Help for this page
package Foo; ... print "Inside the package, I am called 'bar'\n"; print "But outside the package, I am called Foo::bar\n"; }