On Thu, Jan 29, 2009 at 8:00 AM, kropotkin <[email protected]> wrote:
>
> Hi
>
> How do I access the CGI.pm method request_method() in CGI::Application?
>
>
In an action subroutine, it should be as easy as:
sub myaction {
my ($app) = @_;
$app->query->request_method();
}
--
Terrence Brannon
(818) 359-0893 [cell]
##### CGI::Application community mailing list ################
## ##
## To unsubscribe, or change your message delivery options, ##
## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ##
## ##
## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ##
## Wiki: http://cgiapp.erlbaum.net/ ##
## ##
################################################################