2009/11/13 Subhashini <subhashinibasavar...@gmail.com>:
> 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: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to