Help for this page
# Foo package Foo ; ... print "Bye World!\n" ; } 1 ;
# main use Foo qw ( saySomethingElse ) ; saySomethingElse() ;