Help for this page
use Foo; use Bar; ... use Quux; use Foo::Bar; ...
use Super::Foo; my $super_cgi = Super::Foo->new; ...