Help for this page
#!/usr/bin/perl use warnings; ... close $main_sock; getc();
#!/usr/bin/perl -w use strict; ... } }
perl -MIO::Socket -E ' $s=IO::Socket::INET->new("localhost:1200"); $s- +>send( "a" ); sleep 1e6 '