Help for this page

Select Code to Download


  1. or download this
    my $dbh = get_db(); # with RaiseError => 1
    eval {
    ...
      ... more query execution
    };
    die $@ if $@;