Re: reading STDERR

2003-09-11 Thread david
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

reading STDERR

2003-09-11 Thread Trina Espinoza
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