# perl 5ish use strict; use warnings; use diagnostics; use CGI; #perl6ish pragma strict; # pragma warnings; # No guarantees on what he picks for command names! pragma diagnostics;# method CGI; # They might all be "method" or "invoke" or "%#$" =)