Help for this page

Select Code to Download


  1. or download this
    Can't locate object method "caught" via package "My::Excpetion::Thingy
    +" (perhaps you forgot to load "My::Excpetion::Thingy"?) at script.pl 
    +line 8.
    
  2. or download this
    if ($@) {
       require Carp;
       Carp::croak(...);
    }