Help for this page

Select Code to Download


  1. or download this
    #!/home/utils/perl/bin/perl
    
    ...
       print $line;
       close($client);
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    die $@ unless $socket;
    print $socket "hello\n";
    close($socket);
    
  3. or download this
    erickn@isfe:/home/erickn> server1.pl   
    waiting for a connection
    hello