Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
           print $_;
        }
        close($sock);
    
  2. or download this
    C:\Code>perl socket.pl
    Receiver...
    ...
    This is a test by telnetting to port 7070
    
    C:\Code>