in reply to time it took script to complete

I personally use Time::Stopwatch for this. If you use Time::HiRes as well, it will be more precise. The code is clean and easy to read:

use Time::Stopwatch; tie my $timer, 'Time::Stopwatch'; #.. your code here print "Completed in $timer seconds";

Of course, you can use some simple math to break the elapsed seconds into H:M:S format if you'd like.

radiantmatrix
require General::Disclaimer;
"Users are evil. All users are evil. Do not trust them. Perl specifically offers the -T switch because it knows users are evil." - japhy