… 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.