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?
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;
|
|---|