Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use Socket;
    ...
    
     print "hello2\n";
    }
    
  2. or download this
    #!perl -w
    use IO::Socket;
    ...
    
     print "hello2\n";
    }