Help for this page
#!/usr/bin/perl -w use strict; ... chomp; print "\n@_\n"; }
#!/usr/bin/perl -w my $in; ... chomp; print "\n$_\n"; }