|
|
| XP is just a number | |
| PerlMonks |
Re: What's wrong with my Perl process timer? [SOLVED]by taint (Chaplain) |
| on Jun 07, 2013 at 22:20 UTC ( [id://1037771]=note: print w/replies, xml ) | Need Help?? |
|
Greetings, and apologies, OK. I just figured out my own answer -- I overestimated the time it would take, see; use higher precision. So changing the last line from: to Note the %.02f to %.6f also worked with %.5f Sorry for the noise For the record, here it is without the other stuff just the interesting/required parts:
--chris #!/usr/bin/perl -Tw use perl::always; my $perl_version = "5.12.4"; print $perl_version;
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||