Quantcast
Viewing all articles
Browse latest Browse all 19

Perl Module Carp

… helps producing error messages. Import: use Carp; Warn of errors from perspective of caller: carp "MESSAGE"; Die of errors from perspective of caller: cluck "MESSAGE"; Warn of errors with stack backtrace: croak "MESSAGE"; Die of errors with stack backtrace: confess "MESSAGE";

The post Perl Module Carp appeared first on Nicholas Dille.


Viewing all articles
Browse latest Browse all 19

Trending Articles