Help for this page

Select Code to Download


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