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
"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/
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