my $timeInMinutes = 12345; my $timeHrs = int($timeInMinutes/60); my $timeMin = $timeInMinutes % 60;