Skip to content

Instantly share code, notes, and snippets.

@filcab
Created March 4, 2014 04:50
Show Gist options
  • Save filcab/9340480 to your computer and use it in GitHub Desktop.
Save filcab/9340480 to your computer and use it in GitHub Desktop.
Know what you're doing
use Digest::MD5 qw(md5_hex);
$a = md5_hex('240610708');
$b = md5_hex('QNKCDZO');
print "$a\n";
print "$b\n";
print "\n";
print ($a == $b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment