Help for this page

Select Code to Download


  1. or download this
    eval { success() or die(); };
    if ($@) { complain() and cleanUp(); }
    
  2. or download this
    eval { Email::Valid::address(@params) }; # i_Post_Exam.pm line 1560
    if ($@) { warn "I haz got an error"; }