RosettaCodeData/Task/MD5/Perl/md5-1.pl

4 lines
106 B
Perl
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
use Digest::MD5 qw(md5_hex);
print md5_hex("The quick brown fox jumped over the lazy dog's back"), "\n";