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