Help for this page
sub ScrewySubRoutine { print "\n\nrunning the sub\n\n"; }
#!C:\Perl\bin ... print "\n\nbefore use\n\n"; use ScrewyModule; print "\n\nafter use\n\n";