On 12/11/2003 5:41 AM, Yannick Warnier wrote:

Hi all,

Is there an easy function to apply an md5 to a string? (sha1 could also
do)
I've looked at the perl base functions and didn't find it but I would
like to avoid the use of modules as much as I can.

Thanks,
Yannick


Digest::MD5 & Digest::SHA1

Both of these modules are included in core perl. There are no builtins as you describe, but that shouldn't be a problem since these are core modules. Why avoid modules?

Regards,
Randy.



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to