Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    }
    close($sock);
    exit(0);
    
  2. or download this
    #!/usr/bin/perl -w
    use Socket; # For constants like AF_INET and SOCK_STREAM
    ...
        exit(0);
    }
    exit(0);