Re: Help requested with CGI.pm/Data::FormValidator/modperl bug

2004-02-29 Thread Mark Stosberg
On 2004-02-29, Cees Hek <[EMAIL PROTECTED]> wrote: > Hi Mark, > > What version of CGI.pm are you testing with? There are some known > problems with using CGI.pm and mod_perl in older versions of CGI.pm. > Upgrade to the latest version of CGI.pm and my guess is your problem > will go away. Cees

Re: Help requested with CGI.pm/Data::FormValidator/modperl bug

2004-02-29 Thread Cees Hek
Hi Mark, What version of CGI.pm are you testing with? There are some known problems with using CGI.pm and mod_perl in older versions of CGI.pm. Upgrade to the latest version of CGI.pm and my guess is your problem will go away. Cheers, Cees Mark Stosberg wrote: Hello, I maintain the popular

Re: Help requested with CGI.pm/Data::FormValidator/modperl bug

2004-02-28 Thread Mark Stosberg
On 2004-02-28, sagi <[EMAIL PROTECTED]> wrote: > Have you tried using Apache::Request instead of CGI?. It also has a > similar API to CGI, and if youre running mod_perl, you should be using > Apache::Request :) > > Check out: > http://search.cpan.org/~joesuf/libapreq-1.3/Request/Request.pm I'm awa

RE: Help requested with CGI.pm/Data::FormValidator/modperl bug

2004-02-28 Thread sagi
PROTECTED] On Behalf Of Mark Stosberg Sent: Saturday, February 28, 2004 8:41 AM To: [EMAIL PROTECTED] Subject: Help requested with CGI.pm/Data::FormValidator/modperl bug Hello, I maintain the popular Data::FormValidator module, and am just starting to use modperl myself. A couple of my users spotted a

Help requested with CGI.pm/Data::FormValidator/modperl bug

2004-02-28 Thread Mark Stosberg
Hello, I maintain the popular Data::FormValidator module, and am just starting to use modperl myself. A couple of my users spotted a modperl-related bug in the module. I've read the "CGI porting" document about basic modperl traps, but I can't figure this out. I have a test script for the issue