Documentation for 'pp' states the following:
% pp -o foo foo.pl bar.pl # Pack 'foo.pl' and 'bar.pl' into 'foo'
% ./foo # Run 'foo.pl' inside 'foo'
% mv foo bar; ./bar # Run 'bar.pl' inside 'foo'Is it possible to run 'bar.pl' from 'foo' without renaming 'foo' to 'bar'? E.g. by passing special commandline option, or setting some special environment variable? Or where is the place (file and subroutine names) I can hack PAR to add such ability? -- Best regards, -Vlad
