Help for this page
sub try (&@) { my($try,$catch) = @_; ... } catch { /phooey/ and print "unphooey\n"; };
package Exception; ... } return 1;
#!/usr/bin/perl ... print "\n"; print "Done testing logic!\n";