http://www.perlmonks.org?node_id=1037027


in reply to using external file for hashes

One suggestion: Since your hash keys are just 0-based indices, why not make them arrays?

$Real_time{0} == $Real_time[0] == 'No'