Help for this page

Select Code to Download


  1. or download this
    # server
    use strict;
    ...
        sleep 1
    }
    
  2. or download this
    # client
    use strict;
    ...
    print $sock "$ARGV[ 0 ]\n";
    $sock-> close;