Help for this page
#!/usr/bin/perl -w use strict; do 'mysub.pm'; # The rest of code
#!/usr/bin/perl -w use strict; use mysub.pm; # The rest of code
sub mysub1{ ... } # some more subroutines