Help for this page
#!/usr/local/perl/bin/perl -w $| = 1; ... sub abc { $x = 1; }
#!/usr/local/perl/bin/perl -w $| = 1; ... print "here"; exit(1); }