Help for this page

Select Code to Download


  1. or download this
        perl -MCarp::Always script.pl
    
  2. or download this
        PERL5OPT=-MCarp::Always script.pl
    
  3. or download this
        $ perl -MCarp::Always -e 'sub f { die "arghh" }; sub g { f }; g;'
        arghh at -e line 1
                main::f() called at -e line 1
                main::g() called at -e line 1