Help for this page

Select Code to Download


  1. or download this
    die 'Detailed error messages are important, especially when this error
    + happens'
        if $oops;
    
  2. or download this
    Exception::Of::Doom->throw( 
        error => 'Detailed error messages are important, especially when t
    +his error happens', 
    ) if $oops;
    
  3. or download this
    do {
        turn_green();
        throw_up();
        die "Ach, food poisoning";
    ) if $ptomaine;