On Wed, 2003-07-02 at 11:50, Matt Corbett wrote:
> I need to use the Apache::Request module on a range of programs to use
> POST and GET methods in my HTML to process information gathered.

Actually, you don't.  You can use CGI.pm, CGI::Simple, CGI_Lite, etc.
for this.

If you want to use Apache::Request but can't get your own compile to
work, try one of the pre-compiled binaries available here:
http://perl.apache.org/download/binaries.html

- Perrin

Reply via email to