On Sat, 3 Aug 2002, Ged Haywood wrote:
> Hi there,
>
> On Sat, 3 Aug 2002 [EMAIL PROTECTED] wrote:
>
> > Well I wouldn't use CGI.pm just to call param().
> >
> > If I don;t use CGI.pm, it complains during compilation
> > - Undefined subroutine &Apache::ChangePassword::param.
>
> Yup. You need t
Hi there,
On Sat, 3 Aug 2002 [EMAIL PROTECTED] wrote:
> Well I wouldn't use CGI.pm just to call param().
>
> If I don;t use CGI.pm, it complains during compilation
> - Undefined subroutine &Apache::ChangePassword::param.
Yup. You need to parse the input some other way. It's not difficult.
> Would like to know if someone can see any obvious problems here:
>
> package Apache::ChangePassword;
>
> use strict;
> use Apache::Constants qw(:common);
> use CGI '-autoload';
Well I wouldn't use CGI.pm just to call param().
If I don;t use CGI.pm, it complains during compilation
- Undefi
Hi there,
On Sat, 3 Aug 2002 [EMAIL PROTECTED] wrote:
> Would like to know if someone can see any obvious problems here:
>
> package Apache::ChangePassword;
>
> use strict;
> use Apache::Constants qw(:common);
> use CGI '-autoload';
Well I wouldn't use CGI.pm just to call param().
> sometim
Yes, I have been looking at this site and doing my own debugging via prints
etc.
I haven;t seen any problem with uptil now with my code and have spent hours
debugging
this. Would like to know if someone can see any obvious problems here:
package Apache::ChangePassword;
use strict;
use Apache::Co
Oden Eriksson wrote:
> Hi.
>
> I'm using this as per documetation:
>
>
> SetHandler modperl
> PerlResponseHandler Apache::VarTest
> PerlSetVar VarTest VarTestValue
>
>
> And are getting error 500 and this in the log:
>
> [Sat Aug 03 15:50:12 2002] [error] failed to resolve
Ged Haywood wrote:
> Hi there,
>
> On Fri, 2 Aug 2002 [EMAIL PROTECTED] wrote:
>
>
>>sometimes.when I enter the values in the form and click on the
>>"change password" button, the same screen comes back to me without
>>the change actually happening. After doing this couple of times, I
>>wou
On Saturday, August 3, 2002, at 03:44 AM, Lupe Christoph wrote:
> Larry was anticipating a long line of Perl 5 versions... (Yes, I know
> $] is deprecated. But $^V does not print easily. And vector version
> numbers are not compatible with 5.005 and earlier, so CPAN modules
> avoid them.)
Not o
Hi.
I'm using this as per documetation:
SetHandler modperl
PerlResponseHandler Apache::VarTest
PerlSetVar VarTest VarTestValue
And are getting error 500 and this in the log:
[Sat Aug 03 15:50:12 2002] [error] failed to resolve handler `Apache::VarTest'
SERVER_SOFTWARE = A
> > "DR" == Dave Rolsky <[EMAIL PROTECTED]> writes:
>
> DR> See, that's the problem. We're up in the hundreds. Maybe we
> should've
> DR> started formatting these with '%04d' way back when but that certainly
> DR> wouldn't help now.
>
> How 'bout removing Mason 1.05 from CPAN? Or are there
On Thursday, 2002-08-01 at 18:06:29 -0400, Perrin Harkins wrote:
> Dave Rolsky wrote:
> >It can, but I'm not sure what to update it to. Frankly, I think CPAN is
> >more at fault here given that _many_ people use CVS for this sort of stuff
> >and this quite normal when using CVS.
It's not CPAN, i
Hi there,
On Sat, 3 Aug 2002, Enrico Sorcinelli wrote:
> First of all, sorry for my duplicate RFC post to this list.
Heh, we all make mistakes. :)
[snip,snip]
> another old RFC with the same namespace has been submitted. However
> the RFC is out of date (October 2000!!!) I've found this modu
Hi there,
On Fri, 2 Aug 2002 [EMAIL PROTECTED] wrote:
> sometimes.when I enter the values in the form and click on the
> "change password" button, the same screen comes back to me without
> the change actually happening. After doing this couple of times, I
> would actually succeed.
Have you
Hi there,
On Sat, 3 Aug 2002, Stas Bekman wrote:
> Joachim Zobel wrote:
> > it should not be a critical error if the error log can no longer be
> > written. In our case the database was not accessible (except for one
> > handler that does a very simple SELECT). My question is: How did
> > rea
14 matches
Mail list logo