in reply to Re: Defensive Programming
in thread Defensive Programming

One of my defensive programming steps is to /always/ use IO::File whenever I open a file. Scoping is a wonderful way to close files, and it keeps me from having to remember puncuation variables, and having to use bareword filehandles, and ...

Of course, if you can't 3-arg open, you probably can't use IO::File either.

Thanks,
James Mastros,
Just Another Perl Scribe