$hour = "00"; while ($hour < 25) { $infile = "$hour.txt"; open LOG, '<', $infile; while { #PUT EACH NEW LINE INTO THE HASH } $hour++; }