Help for this page

Select Code to Download


  1. or download this
    print $client "username:";
    $login=<$client>;
    print $login;
    
  2. or download this
    #!/bin/perl
    use IO::Socket;
    ...
    
    close $client;
    }