Help for this page
#!/usr/bin/perl -w use strict; { ... print "\n"; } }
#!/usr/bin/perl -w use strict; { ... print "This word seems uninteresting: $_\n"; } }