Trina Espinoza wrote:
> I have this command that reads logfiles.However, if the command isn't
> successful it gives me a standard error.
>
> my @logData= `program1 -log $data1 $data2`;
>
>
> The error looks like this:
>
> program1: '//mnt/leah/dir/': The system cannot find the file specified
I have this command that reads logfiles.However, if the command isn't successful it
gives me a standard error.
my @logData= `program1 -log $data1 $data2`;
The error looks like this:
program1: '//mnt/leah/dir/': The system cannot find the file specified.
*How do I read that error for the st