Re: my perl programm is not give correct output,plz help
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
Subject
Written By
Posted
Re: my perl programm is not give correct output,plz help
May 03, 2005 12:06PM
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.