- or download this
##Test Module
package Test;
...
return($tme);
}
1;
- or download this
#! /usr/bin/perl
...
print "About to use Module\n";
&Prt("This is a test in the Mod");
print "Finished\n";
- or download this
About to use Module
Undefined subroutine &main::Prt called at C:\dev\Source_Perl\MiscTests
+\mod.pl line 8.
- or download this
&Test::Prt("This is a test in the Mod");