Help for this page
($j, $l) = (sort keys %master)[0,-1];
#Might go with a C-style for-loop here. while($j <= $l){ ... } $j+=60; }