Perl 1-liner to generate an MD5


/ Published in: Perl
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. perl -MDigest::MD5=md5_hex -e 'print md5_hex("What you want to MD5") . "\n";'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.