in reply to Sorting/Cleansing a Duplicate File

Another common way to code the while loop:
while(<$fh1>){ $countries{$_}++; }
do we have some perl code checker available for us to validate scripts / modules ?