Help for this page
#file: Bar.pm packge Foo; sub yada { print "...\n" }; __END__ perl -MBar -e "Foo::yada()"