Help for this page

Select Code to Download


  1. or download this
    sub exception (&) {
        return eval { shift->(); 1 } ? undef
            : ($@ || confess "\$@ was false");
    }