Help for this page
my @minutes = map { $_ / 60 } @seconds;
map {$_ /= 60 } @times;
$_ /= 60 for @times;