Le jeu 11/12/2003 à 11:51, Randy W. Sims a écrit :
> On 12/11/2003 5:41 AM, Yannick Warnier wrote:

> > 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.
> > 
> 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?

Avoiding modules...
I have to install my script on several computers and would like to
minimise the installation. Using core functions ensures me that I won't
have to install more than just Perl. But since it is in the core
modules...

Thx
Yannick


--
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