Help for this page
use strict; use warnings; ... my $end = '2013/04/11 20:19:12'; print sprintf "%.2f", ( str2time($end) - str2time($start) ) / 3600;
2241.88