Help for this page

Select Code to Download


  1. or download this
    
    my $base_class = '...'; # base class for exceptions
    ...
        $@;
    }
    
  2. or download this
    
    my $e = try {
       # some code, potentially with errors
    };