in reply to How can one best measure compile time of their Perl script?

Hmm....compile time, time compile, compile time,time compile, time compile ... hmmm ... meh Compile Phase Time

times vary

I tried :)

  • Comment on Re: How can one best measure compile time of their Perl script?

Replies are listed 'Best First'.
Re^2: How can one best measure compile time of their Perl script?
by taint (Chaplain) on Nov 30, 2013 at 19:12 UTC
    "Hmm....compile time, time compile, compile time,time compile, time compile ... hmmm ... meh Compile Phase Time"

    Appreciate that.

    "times vary
    I tried :)
    "

    I tried that too, and as you noted; "times vary". Which is what led me to ask "see if anyone might have a definitive answer, or solution."

    Thanks for trying. I appreciate it. :)

    --Chris

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