Skip to content

Instantly share code, notes, and snippets.

@choroba
Created June 11, 2018 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save choroba/7622f61c99a4805b0cf610b2c06fbffd to your computer and use it in GitHub Desktop.
Save choroba/7622f61c99a4805b0cf610b2c06fbffd to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use warnings;
use strict;
use feature qw{ say };
use Digest::MD5 qw{ md5_hex };
say 'Same' if md5_hex('240610708') == md5_hex('QNKCDZO');
say for md5_hex('240610708'), md5_hex('QNKCDZO');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment