Help for this page
use strict; use warnings; ... Foo->bar(); Foo::bar();
Hello Hello
use Foo; ... Foo->bar(); Foo::bar();