Help for this page

Select Code to Download


  1. or download this
    eval {
        print "Hello\n";
        croak "bad thing";
        print "There\n";
    1 } and print "Good bye\n";