Help for this page
while (defined( $_ = <> )) { ... }
my $sock = IO::Socket::INET->new(...) or die(...);
( my $copy = $str ) =~ s/\\/\\\\/g;