Re: I need help
[email protected] (Brad Baxter) Mon, 9 Feb 2004 15:57:01 -0500 (EST)
| Newsgroups | perl.scripts |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 8 Feb 2004, Charlie somerville wrote: > opendir(DIR,$dir) or die "Error 1!\nPlease check the manual for an error > description.\n"; Even if you have a manual, I'd include $! in that die string. > @dirlist=<DIR>; perldoc -f readdir. Regards, Brad