Thanks for your response, and your example, kcott.

Indeed, I understand the "varying times" situation. While I'm fairly familiar with perlmod. I appreciate your pointing those sections out.

Reason for asking; is that I had an inclination to add a timer to a page template I had just created, and wanted to see how it performed, compared to the one I had been using. It occurred to me, given that there are so many different Time related Modules available. Is/would there be a better one than the one(s) I had chosen. If so. How would I know (without a great deal of bench testing). It all seemed so impractical. Then, as I thought how one should be implemented. I figured, surely I'm not the only one that has had to deal with this. So I searched PerlMonks. Then based on the results. Decided to see if I could discover, or reach some consensus on this.

I think, given the input you, and others have provided:

Thank you again, kcott for your helpful reply.

--Chris

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;

In reply to Re^2: How can one best measure compile time of their Perl script? by taint
in thread How can one best measure compile time of their Perl script? by taint

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.