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
Assuming you need a hashref:

Code:
my $UserData;
$UserData->{'RealName' } = $RealName;
$UserData->{'Password' } = $Password1;
$UserData->{'RecoverPassword'} = $RecoverPasswordAddr if($RecoverPasswordAddr);

The funny thing is, your original code didn't throw an error when I did a perl -c but I don't recognize that syntax.

~Charlie

Last edited by:

Chaz: Nov 25, 2005, 8:46 AM

Edit Log: