in reply to Re: How can one best measure compile time of their Perl script?
in thread 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"

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;
  • Comment on Re^2: How can one best measure compile time of their Perl script?