You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Scott Alexander <sc...@musiciansfriend.com> on 2000/07/07 03:03:39 UTC

Apache::Request question.

I've been looking over the Apache::Request docs, and am just 
wondering.  It talks about the param calls being sticky like cgi, but 
I can't find anything about using this in forms similar to what you 
would do in  CGI.pm.
ie just $q->hidden('name') would print the hidden tag with the name 
name and any value that was submitted or set previously.  Is there 
similar functionallity to this in Apache::Request(already or 
planned?)?

Scott