- or download this
require "somefile.pl";
...
&someFile();
&newform::func1();
- or download this
sub someFile {
print "LAMP";
...
print "J2EE";
}
1;
- or download this
package newform;
...
}
1;
- or download this
Undefined subroutine &main::someFile called at s1.pl line 5.