Re: How to Determine why a File Failed to Open

2008-10-26 Thread John W. Krahn
AndrewMcHorney wrote: Hello Hello, Is there a way in Perl to find out why a file failed to open? I am working on a script that is opening and reading a lot of files. This script is right now being written on a Windows based system. perldoc perlvar [ *snip* ] $OS_ERROR $ERRNO

Re: How to Determine why a File Failed to Open

2008-10-26 Thread Dr.Ruud
"Rodrick Brown" schreef: > ie. open ( FH, " -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: How to Determine why a File Failed to Open

2008-10-26 Thread Rodrick Brown
On Sun, Oct 26, 2008 at 11:35 AM, AndrewMcHorney <[EMAIL PROTECTED]>wrote: > Hello > > Is there a way in Perl to find out why a file failed to open? I am working > on a script that is opening and reading a lot of files. This script is right > now being written on a Windows based system. > > Andrew