Hi all,
In my script, I have a system call, and redirect the stderr to a file.
#
# open STDERR, ">$workpath\\error_log.txt";
# system "...";
#
but I only want the ERROR messages to be logged in the file. Is there
any method to filter the WARNING messages generated by the system
call.
Thanks.-- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
