On Aug 13, 4:33 pm, [EMAIL PROTECTED] (Oryann9) wrote: > From the Perl Review and my understanding as well, use > Carp with keywords carp and croak is supposed to > provide additional detail in your errors and warnings.
Your understanding is wrong. They do not provide additional details. They provide *different* details. See the other three responses in this thread, from Chas, myself, and Tom. > Also similar to stating 'use diagnostics;' .... no. Carp has nothing to do with the diagnostics pragma. They are completely unrelated. Paul Lalli -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/