Help for this page
# beginning of program ... sub main { ... }
#!/usr/bin/perl -w ... sub main { print "hello world\n"; }