If I understand you correctly you are suggesting a load/execute time of the order of 5ms. That is comparable with hard drive (spinning rust version) seek times. So what you are measuring is simply the OS's overhead for loading and executing Perl and Perl's overhead for loading, compiling and executing your script. Given your script is essentially a no-op, you are asking us to guess why your OS and hardware are performing differently than some other past combination you had. We are supposed to do that how? And it matters why?

If you are running a web server and that represents overhead in page fetches there are ways to mitigate the problem. Is that the question you should be asking?

Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond

In reply to Re: What can effect perl startup time? by GrandFather
in thread What can affect perl startup time? by nysus

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.