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
002 12:47 PM
To: Ged Haywood
Cc: modperl
Subject: Re: Some wierd problem with mod_perl and Apache
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
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
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
I have been trying to debug this for some time, and am not
sure what is happening or why it is happening.
I have a simple gui that takes in old and new passwd and changes
it. For this I have a "change password" button. Now the problem
that I see is sometimes.when I enter the values in the fo