Help for this page

Select Code to Download


  1. or download this
    eval { # dangerous code}
    if ($@) {
       print "It up and died: $@\n";
    }