Hi, I'm new to Perl and CGI...
I'm developping a site in Perl and I have a MySQL table with users that can authenticate, I can connect to MySQL and get the values of username and passwords now problem... (by the way, how can I store password using MD5?)
I need to propagate this user authentication trought several files (I need a session...). How can I do this in Perl?
Thanks,
Bruno
I'm developping a site in Perl and I have a MySQL table with users that can authenticate, I can connect to MySQL and get the values of username and passwords now problem... (by the way, how can I store password using MD5?)
I need to propagate this user authentication trought several files (I need a session...). How can I do this in Perl?
Thanks,
Bruno
Comment