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().

> sometimes....even though I enter all the values [snip]
> and press the change passwd button,

Have you checked that you are getting the expected request from the
browser?

> when I am printin the values of
> $oldpass/$newpass1/$confirmpass
> they are all 0.

> Other times...this works just fine...

Have you read "Sometimes it works...?"

> Am I messing with my global variables here ?

Have you checked what's in $_ ?

Have you tried 'httpd -X' ?

73,
Ged.

Reply via email to