Holden D has asked for the wisdom of the Perl Monks concerning the following question:

Newbie here trying to learn mod_perl. What's the most correct way to go about getting data from the user like with HTML GET/POST? The mod_perl website is ..sparse.. with their documentation. As far as I can tell Apache2::RequestRec::args is what I'm looking for but I'm unsure as to how to implement it. Thanks

Replies are listed 'Best First'.
Re: mod_perl user input/html forms
by Khen1950fx (Canon) on Sep 21, 2011 at 03:41 UTC
Re: mod_perl user input/html forms
by duyet (Friar) on Sep 21, 2011 at 06:25 UTC
    mod_perl or not, you can always use CGI to get user input from a HTML form