Help for this page
sub Foo::Bar::f {}
{ package Foo::Bar; sub f {} }
use strict; use warnings; ... Bar::f(); # Bar # bar!