Return to Snippet

Revision: 3750
at September 11, 2007 08:15 by wolfie


Initial Code
perl -MDigest::MD5=md5_hex -e 'print md5_hex("What you want to MD5") . "\n";'

Initial URL


Initial Description
This shows how to use a module that normally needs a 'qw' attachment to the use statement (hint: its the = sign). You can add others by using comma separated values.

Initial Title
Perl 1-liner to generate an MD5

Initial Tags
perl

Initial Language
Perl