Help for this page

Select Code to Download


  1. or download this
    # myscript.pl
    
    ...
    my $c1 = SomeClass->new;
    my $c2 = SomeOtherClass->new;
    my $mech = WWW::Mechanize->new;
    
  2. or download this
    package SuperModuleLoader;
    
    ...
    }
    
    1;