- or download this
#!/usr/bin/perl
use IO::Socket;
...
}
close $client;
}
- or download this
$ telnet localhost 9999
Trying 127.0.0.1...
...
Escape character is '^]'.
0d 0a
- or download this
#!/usr/bin/perl -w
use strict;
...
my $r = $t->getline;
print $r;
- or download this
$ ./890020_c.pl
0d 0a