Help for this page

Select Code to Download


  1. or download this
    #!c:/perl/bin/perl -w
    $|++;
    ...
    
      close $new_sock;
    }
    
  2. or download this
    #!c:/perl/bin/perl -w
    $|++;
    ...
    print $byte while sysread($sock, $byte, 1);
    
    close $sock;