# myscript.pl use SuperModuleLoader; # or whatever my $c1 = SomeClass->new; my $c2 = SomeOtherClass->new; my $mech = WWW::Mechanize->new;