2009/11/13 Subhashini <[email protected]>:
> could you help me resolve this problem
I just did. Have a look at those docs and examples. They are pretty
clear. They show you exactly how to redirect to a file or STDERR.
[Quote]
1. system("prog args 1>tmpfile 2>&1");
2. system("prog args 2>&1 1>tmpfile");
[/Quote]
Play with that. Show us what you've done and you'll get lots of help.
Dp.
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/