Help for this page

Select Code to Download


  1. or download this
    eval {
         die new MyException("foo");
    ...
    if (UNIVERSAL::isa($@, 'MyException') {
         print "Then my example worked!"
    }