#!/usr/local/bin/perl # freeport.pl -- Common routines for freeport gateway and # Freeport CGI/file translator # # Original by mcr@sandelman.ocunix.on.ca # # Continued development: russell@flora.ottawa.on.ca # $Id: freeport.pl,v 1.1 1998/10/06 00:47:48 tygerwww Exp $ # See http://www.flora.ottawa.on.ca/flora/server/freeport.html # for more information. sub bbtelnet { #print STDERR "TELNET: @_\n"; local($sel,$_)=@_; s/bbtelnet\s*//; # turn into a Telnet URL $host=undef; $port=undef; ($host,$port) = split; $port = 23 if(!defined($port)); if ($port == 23) { print "