- or download this
% pp -I /foo hello # Extra include paths - or download this
$ unzip -dworks start
Archive: start
...
inflating: works/script/ModuleB.pm ######
inflating: works/script/main.pl
inflating: works/script/start.pl
- or download this
$ pp -x start.pl -o start
$ unzip -dworksalot start
...
inflating: worksalot/lib/warnings/register.pm
inflating: worksalot/script/main.pl
inflating: worksalot/script/start.pl
- or download this
$ pp -I . -x start.pl -o start
- or download this
diff -ruN empty/2 parppworks/2
--- empty/2 1969-12-31 16:00:00.000000000 -0800
+++ parppworks/2 2014-06-20 01:18:17.953125000 -0700
...
+pp start.pl -I ModuleA.pm ModuleB.pm -o start
+pp -I. -x start.pl -o start
+