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