Help for this page
foreach $data (@elements) { print OUTSUMFILE md5($data), "\n"; }
while (<INSUMFILE>) { chomp; push @md5sums, $_; }