MySQL Forums
Forum List  »  Perl

Re: my perl programm is not give correct output,plz help
Posted by: Felix Geerinckx
Date: May 03, 2005 12:06PM

arupratan biswas wrote:

> $md5password = md5($chkpassword);

This call returns the md5-hash from $chkpassword in *binary form*. Are you sure you don't need the *hexadecimal form* (i.e. md5_hex($chkpassword)?

See perldoc Digest::MD5

--
felix

Options: ReplyQuote


Subject
Written By
Posted
Re: my perl programm is not give correct output,plz help
May 03, 2005 12:06PM
May 05, 2005 12:48AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.