my $h = floor($diff / 60);
my $m = $diff%60;
is wrong. -- Jakub Wilk -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]
my $h = floor($diff / 60);
my $m = $diff%60;
is wrong. -- Jakub Wilk -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]