Search notes:

Perl module Digest::MD5

use warnings;
use strict;

use feature 'say';

use Digest::MD5 qw(md5_hex);

say md5_hex('something, something else or the same');
Github repository PerlModules, path: /Digest/MD5/script.pl

See also

Perl modules
find-equal-files.pl is a perl script that uses Digest::MD5 to find equal files in a directory tree.

Index