in reply to
pass command line parameters
How about:
> perl a.pl -a 1 -b "b.pl -a 2 -b 2" -c 1
[download]
That would pass "b.pl -a 2 -b 2" as one single argument. Ofcourse, wether that's right all depends on what the script is doing.
"What should it profit a man, if he should win a flame war, yet lose his cool?"
Comment on
Re: pass command line parameters
Download
Code
In Section
Seekers of Perl Wisdom