Help for this page

Select Code to Download


  1. or download this
    use Carp qw/ cluck confess longmess /;
    
    ...
    
    # longmess - return the message that cluck and confess produce
    $self->log_error( "title not set: " . longmess() );
    
  2. or download this
    perl -MCarp::Always your_program.pl
    
    #or, depending on the shell/CMD
    export PERL5OPT=-MCarp::Always
    set PERL5OPT=-MCarp::Always