- or download this
use Modern::Perl;
use My::Module;
use My::Module::Another;
- or download this
use Modern::Perl;
use My::Module::Another;
- or download this
My::Module::asub1();
- or download this
use Modern::Perl;
use My::Module;
- or download this
package My::Module;
...
...
1;