Help for this page

Select Code to Download


  1. or download this
    sub try (&@) {
         my($try,$catch) = @_;
    ...
    } catch {
        /phooey/ and print "unphooey\n";
    };