Flavio S. Glock wrote:

print $ical->format_duration( reduce { $a + $b } @duration ), " $_\n"

This line should be:

     print $ical->format_duration( reduce { $a + $b } @duration ),
         " $user\n"

- Flavio S. Glock

Reply via email to