Help for this page
#!perl -w use Socket; ... print "hello2\n"; }
#!perl -w use IO::Socket; ... print "hello2\n"; }