Help for this page
sub try (&@) { print "try();\n"; ... } catch { print "FAILED!\n"; };
catch(); try(); FAILED! did ok