buckskinjeans has asked for the wisdom of the Perl Monks concerning the following question:
$encrypt_pass = crypt($FORM {'PASSWORD'},substr(rand(time),-2); $encrypt_verify = crypt($FORM {'VERIFY'},substr(rand(time),-2);
The error message says the syntax problem is near ");"
Any help solving this problem would be greatly appreciated.
Thanks
Ron
Edit by dws for readability
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: code snippet problem
by sauoq (Abbot) on Sep 04, 2002 at 21:16 UTC | |
|
Re: code snippet problem
by sauoq (Abbot) on Sep 04, 2002 at 21:27 UTC | |
by buckskinjeans (Initiate) on Sep 04, 2002 at 22:23 UTC | |
|
Re: code snippet problem
by demerphq (Chancellor) on Sep 04, 2002 at 21:56 UTC | |
by buckskinjeans (Initiate) on Sep 07, 2002 at 19:22 UTC |