Help for this page

Select Code to Download


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