in reply to Compile Phase Time

I'd suggest you take a look at BEGIN, UNITCHECK, CHECK, INIT and END in perlmod and log the time of different phases.

Cheers Rolf

( addicted to the Perl Programming Language)

UPDATE

for more complicated checks I'd recommend using Devel::NYTProf

(edit:link corrected)

Replies are listed 'Best First'.
Re^2: Compile Phase Time
by Athanasius (Archbishop) on Apr 20, 2013 at 02:40 UTC
Re^2: Compile Phase Time
by Anonymous Monk on Apr 20, 2013 at 03:39 UTC

    for more complicated checks I'd recommend using Devel::NYTProf

    check your links