Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # c.pl
    ...
    }
    print "socket not available\n";
    close $socketC;
    
  2. or download this
    #!/usr/bin/perl
    # b.pl
    ...
        close $newsock;
        close $sock;
    }