Help for this page

Select Code to Download


  1. or download this
    if (!eval { ...; 1 }) {
       ...error handler...
    }
    
  2. or download this
    my $rv;
    if (!eval { $rv = ...; 1 }) {
       ...error handler...
    }