I am aiming to call a perl script from another perl script and re-direct the output of the called script to a text file.
For calling a script from another script -> system "start text.pl"; is working fine.
Individually output of text.pl(called script) can be redirected by => text.pl> text.txt.
But can some one guide me how to redirect the output of the called script(text.pl) by putting some command in the calling script.
Thanks
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |