Help for this page
#!/usr/bin/perl # ... my $msg = <STDIN>; print $sock "$msg\n"; close $sock;
#!/usr/bin/perl # ... print $_; } close $sock;