Home : General : Perl Programming :

General: Perl Programming: Re: [c0d3z3r0] SIGNUP PAGE ON COMMUNIGATE: Edit Log

Here is the list of edits for this post
Re: [c0d3z3r0] SIGNUP PAGE ON COMMUNIGATE
No offence but I don't want to sign up. Can you not just tell us what error appears in your error log?

Just from looking I would think this is part of the problem:

my $UserData;
@$UserData{'RealName'}=$RealName;
@$UserData{'Password'}=$Password1;
@$UserData{'RecoverPassword'}=$RecoverPasswordAddr if($RecoverPasswordAddr);


Why all the @'s?.....also you are using UserData as a hash but declare it as a scalar.

Last edited by:

Hargreaves: Nov 24, 2005, 2:36 AM

Edit Log: