Help for this page
$foo = Foo->new; $foo->bar; $foo->baz;
use Foo::ExportedOrSomethingClever; bar(); baz(); ... ..