Help for this page

Select Code to Download


  1. or download this
    taken from http://www.perlmonks.org/?node_id=546243
    Updated after the first 3 replies, using:
    ...
            $client->close();
        }
    }
    
  2. or download this
    #!/usr/bin/perl
    use IO::Socket;
    ...
      print $sock "$count\n"; print "$count";
    }
    close ($sock);