in reply to Re^3: Perl "new" command
in thread Perl "new" command

In that example, the sub can be called as Foo::bar() regardless whether you are inside or outside the package. It's just that inside the package, the sub can also be called as bar().