Help for this page

Select Code to Download


  1. or download this
    eval {
      # your code to be trapped
    ...
    if ($@) {
      # do your error checking, such as $@=~/error message 123/
    }