Syntactic Confectionery Delight | |
PerlMonks |
Re: Output redirectionby markkawika (Monk) |
on Jun 12, 2009 at 21:18 UTC ( [id://771102]=note: print w/replies, xml ) | Need Help?? |
It sounds to me like the scripts you're calling, scriptA.pl and scriptB.pl are creating output files to specific directories they are choosing. If a single invocation of a script is creating thousands of files, then it is not using STDOUT for its output; it's creating files. You cannot do anything to change that short of modifying those scripts. It sounds to me like your only choice is going to be to move those files after they've been created to the location you want them to end up.
In Section
Seekers of Perl Wisdom
|
|