The $r->param method handles both GET and POST requests, similar to using CGI.pm.use Apache::Request; sub handler { my $r = Apache::Request->new(shift); my $test = $r->param('test'); # your code here... }
I would recommend you get a copy of The Eagle Book - this will tell you everything you need to know.
JJ
In reply to Re: Re: Creating downloadable files on the fly
by jj808
in thread Creating downloadable files on the fly
by surfmonkey
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |