On 5/28/2013 8:19 PM, *Shaji Kalidasan* wrote:
Greetings,Where can I get more information on Perl's most common error codes? Is there a single source (repository/resource) for such most frequently encountered error codes?[code-1] use strict; use warnings;
[ ... ] The warnings are fairly intuitive but you can add: use diagnostics qw/-verbose/; for added explanations. -- Charles DeRykus