Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
     
    ...
    print $sock "hello world!";
    close($sock);
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    }
    close($sock);
    
  3. or download this
    Use of uninitialized value in print at ./socket_serv line 17, <GEN1> l
    +ine 1.