![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Running Perl program using backquotesby sachmet (Scribe) |
on Apr 18, 2001 at 02:04 UTC ( #73365=note: print w/replies, xml ) | Need Help?? |
<chant>without code samples it's hard to say </chant> That said, Program B likely expects an argument to the -t switch, and is using filetoprocess for that. Check that -t requires no additional arguments that would gobble up the filetoprocess argument. The described behavior would happen if you had a <> in your program somewhere, and in ProgramB.cgi you were shifting off two elements of @ARGV based on the -t switch.
In Section
Seekers of Perl Wisdom
|
|