foreach $data (@elements) { print OUTSUMFILE md5($data), "\n"; } #### while () { chomp; push @md5sums, $_; }