Yelenna2003 has asked for the wisdom of the Perl Monks concerning the following question:
So when it came to a file that can not be opened, my perl program just stoped. I wonder how to jump to the next file if one can not be opened? I am quite new at perl. Thank you for helping me. Yelennaopendir (PRODIR, "D:/perldatabase/$folder[$II]") || die ("Unable to open directory");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to jump to open the next file in the same folder?
by iburrell (Chaplain) on Oct 17, 2002 at 01:40 UTC | |
| |
|
Re: How to jump to open the next file in the same folder?
by samurai (Monk) on Oct 17, 2002 at 04:02 UTC |