Gossamer Forum
Home : General : Perl Programming :

Re: [c0d3z3r0] SIGNUP PAGE ON COMMUNIGATE

Quote Reply
Re: [c0d3z3r0] SIGNUP PAGE ON COMMUNIGATE In reply to
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
Subject Author Views Date
Thread SIGNUP PAGE ON COMMUNIGATE c0d3z3r0 11617 Nov 23, 2005, 6:00 AM
Thread Re: [c0d3z3r0] SIGNUP PAGE ON COMMUNIGATE
Hargreaves 11403 Nov 23, 2005, 9:59 AM
Thread Re: [Hargreaves] SIGNUP PAGE ON COMMUNIGATE
c0d3z3r0 11434 Nov 23, 2005, 8:48 PM
Thread Re: [c0d3z3r0] SIGNUP PAGE ON COMMUNIGATE
Hargreaves 11363 Nov 24, 2005, 2:34 AM
Thread Re: [Hargreaves] SIGNUP PAGE ON COMMUNIGATE
c0d3z3r0 11373 Nov 24, 2005, 4:26 AM
Thread Re: [c0d3z3r0] SIGNUP PAGE ON COMMUNIGATE
Chaz 11305 Nov 24, 2005, 10:52 PM
Thread Re: [Chaz] SIGNUP PAGE ON COMMUNIGATE
c0d3z3r0 11394 Nov 25, 2005, 2:49 AM
Thread Re: [c0d3z3r0] SIGNUP PAGE ON COMMUNIGATE
Chaz 11313 Nov 25, 2005, 8:46 AM
Thread Re: [Chaz] SIGNUP PAGE ON COMMUNIGATE
Chaz 11340 Nov 25, 2005, 8:56 AM
Post Re: [Chaz] SIGNUP PAGE ON COMMUNIGATE
c0d3z3r0 11293 Nov 25, 2005, 2:08 PM
Post Post deleted by Hargreaves
Hargreaves 11266 Nov 25, 2005, 5:57 PM