use Foo; use strict; use warnings; Foo::Bar->foo; Foo->bar; Foo::Bar->bar;