Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: Creating downloadable files on the fly

by jj808 (Hermit)
on Oct 10, 2002 at 16:54 UTC ( [id://204228]=note: print w/replies, xml ) Need Help??


in reply to Re: Creating downloadable files on the fly
in thread Creating downloadable files on the fly

Like this:
use Apache::Request; sub handler { my $r = Apache::Request->new(shift); my $test = $r->param('test'); # your code here... }
The $r->param method handles both GET and POST requests, similar to using CGI.pm.

I would recommend you get a copy of The Eagle Book - this will tell you everything you need to know.

JJ

Replies are listed 'Best First'.
Re: Creating downloadable files on the fly
by surfmonkey (Acolyte) on Oct 11, 2002 at 09:47 UTC
    OK, I have now picked up a copy of the Eagle book and the mod_perl developers cookbook. Thanks for all your help, it's really appreciated. S'monkey

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://204228]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-19 01:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found