rc2762001 wrote:
Hello everyone!!
    I have found Apache::ASP to be an excellent tool for web
development, and Mr. Chamas has been excellent on support. However, I
am currently ONLY able to use $Request->Form within the Apache::ASP
web page itself; I cannot use it inside a Perl module. It gives me an
error

Can't call method "Form" on an undefined value at
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/modulename.pm

I have attempted to write my own module for such a task, but this
module can only extract preset values, and not input text form
elements. Can anyone help, provide leads or advice?


use $main::Request->Form

This is written up here:

  http://www.apache-asp.org/faq.html#How%20do%20I%20acc6523fd95

Regards,

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to