![]() ![]() | ![]() |
version 1.21, 2003/11/03 10:39:24 | version 1.22, 2003/11/03 10:48:18 |
---|---|
Line 114 USAGE | Line 114 USAGE |
sub MakeLondConnection { | sub MakeLondConnection { |
my $host = shift; | my $host = shift; |
return "junk"; | |
my $Connection = LondConnection->new($host, $ServerPort); | |
return return $Connection; | |
} | } |
sub NegotiateStartup { | sub NegotiateStartup { |