Chas. Owens wrote:
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.

You are talking about a microsecond (nanosecond?) interval between the error being detected and the message being displayed, of course the error condition no longer exists, the program just died! Try working with us English corporals, those officers are too condescending. :-)


John
--
Those people who think they know everything are a great
annoyance to those of us who do.        -- Isaac Asimov

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to