Perl - registration validation

Hi all,

I hope someone can help in here about the problem that I have. I have a web application using perl and I want to create some sort of validation using url which is the same as this site forum user registration which after you register, email will be sent to you and you have to click the link to validate the registration.

Does anyone have an idea how to implement this in Perl?

Thanks.
[420 byte] By [hsdhun] at [2007-11-20 11:24:52]
# 1 Re: Perl - registration validation
The implementation would be the same as any other server-side language. Upon registration you set up the user in the database with a field set to boolean for registry. Send an e-mail with a link to change that boolean variable to true.
PeejAvery at 2007-11-10 3:56:12 >