Help for this page
#!/usr/bin/perl use strict; ... &moduleB::functionB(); __END__
package moduleA; use strict; ... .............. ................ return someihng; }