Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/env perl
    ...
         $e = Exception::Class->caught();
         ref $e ? $e->rethrow : die $e; 
      }
    
  2. or download this
    perl "exception-class-test.pl"
    Illegal division by zero
    
  3. or download this
    I feel funny