$foo = Foo->new; $foo->bar; $foo->baz; #### use Foo::ExportedOrSomethingClever; bar(); baz(); ... ..