Help for this page

Select Code to Download


  1. or download this
    ...
    RaiseError  => 1,
    HandleError => Exception::Class::DBI->handler,
    ...
    
  2. or download this
    eval {
      # if I fail, I will let you know
    ...
       # show users a general error screen
    }