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