Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    require 5.002;
    ...
        }
       }
     }
    
  2. or download this
    #!/usr/bin/perl 
    
    use strict;
    ...
    die "Could not create socket: $!\n" unless $sock;
        
    }