- or download this
#!/usr/bin/perl
...
require "tmpinc\\foo.pl";
require "tmpinc\\bar.pl";
- or download this
#!/usr/bin/perl
print "in foo.pl\n";
- or download this
#!/usr/bin/perl
print "in bar.pl\n";
- or download this
c:\pp -o pptest.exe -x -c pptest.pl
- or download this
C:\>pptest.exe
in foo.pl
in bar.pl