Help for this page

Select Code to Download


  1. or download this
    -----
    # ./client.pl
    ...
    command> uname
    Linux
    -----
    
  2. or download this
    sub listen() {
    $local = IO::Socket::INET->new(Listen=>1,
    ...
                            print "command> ";
                    }
    }