Hi all,Digest::MD5 & Digest::SHA1
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
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>