![]() |
|
P is for Practical | |
PerlMonks |
Re^2: Subtract two timestampsby sandy1028 (Sexton) |
on May 07, 2009 at 09:13 UTC ( #762533=note: print w/replies, xml ) | Need Help?? |
I tried
$start_time = time();
$diff = $end - $start;
Some values in seconds I have got.
I want the output in Number of Min,Number of secs
In Section
Seekers of Perl Wisdom
|
|