Hey All,

I am trying to execute a Perl via shell script. I want to redirect output of
Perl script to one file and error occured (if any) to other file.

This is the snippet from my shell script:

perl output_error.pl 1>> Report.log 2>>Error.log

However even normal print messages are going to Error.log. Any clue?

Cheers,
Parag

Reply via email to