On Sun, Dec 14, 2008 at 11:41, Mr. Shawn H. Corey <shawnhco...@magma.ca> wrote: snip > open my $fh, '<', $file or die "cannot open $file: $!\n"; snip
Completely off topic, but I dislike the error messages that say "cannot". "Cannot" implies that the problem exists currently and can cause confusion when someone goes to check the error condition (which sometimes no longer exists). I prefer "Could not" which implies the problem existed at the time the program ran, but might not exist now. Or maybe I have worked with too many English majors. -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/