Help for this page

Select Code to Download


  1. or download this
    #!/s/std/bin/perl -w
    
    ...
        while(<STDIN>) { print $sock $_ }
    }
    close($sock);
    
  2. or download this
    Connecting to xxx
    ls**
    ...
    somefile
    ...