On Mon, May 23, 2011 at 2:49 PM, Mark Dootson <mark.doot...@znix.com> wrote: > The following may be worth a try then, assuming pp passes all the arguments > and assigning to S^X doesn't break everything else. :-)
Err, no. pp doesn't enter the picture at run time. And when invoking $ENV{PAR_PROGNAME} you MUST pass "--par-options --reuse" followed by a real script (no -M, no -e). I suggest to punt: use IPC::Run3 instead, the whole machinery of IPC::Run isn't necessary in the original usecase. Cheers, Roderich