[cgiapp] Accessing CGI.pm methods

Terrence Brannon tbrannon at insuranceagents.com
Fri Jan 30 12:34:54 EST 2009


On Thu, Jan 29, 2009 at 8:00 AM, kropotkin <enquiries at mms-oxford.com> 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]


More information about the cgiapp mailing list