Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      Received from [localhost:2000]:  Hello, world!
      Received from [localhost:2000]:  
      [starky@freak bin]$
    
  2. or download this
    #!/usr/bin/perl
    
    ...
      Received connection from [127.0.0.1:55080].  Saying hello ...
      Done.
      [starky@freak bin]$
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    }
    
    $handle->close();