Help for this page
#!/usr/bin/perl -w use IO::Socket; ... } close $client; }
#!/usr/bin/perl -w use strict; ... } print $handle $line; }