Help for this page

Select Code to Download


  1. or download this
    if ( my $e = X::Class::SubClass1->caught ) {
        # handle
    ...
    elsif ( my $e = X::Class::SubClass2->caught ) {
        # handle
    }