Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            }
        }
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    $sock->send("HELLO\n");
    
    close ($sock);
    
  3. or download this
    lofile, obtained from "perl server.pl > log" and the perl client.pl on
    + the other machine
    
    ...
    GOT SOMETHING!
    ...
    this goes on until I interrupt it with ctrl-c