After downloading/installing Devel::NYTProf v. 2.07 through PPM for my
ActivePerl build 820 (perl v5.8.8) I try to run the profiler with
perl -d:NYTProf test.pl
I then get a message box with this text
perl.exe - Entry Point Not Found
The procedure entry point Perl_hv_common_key_len could not be located
in the dynamic link library perl58.dll
and this error
Can't load 'C:/Perl/site/lib/Devel/auto/Devel/NYTProf/NYTProf.dll' for
module Devel::NYTProf: load_file:The specified procedure could not be
found at C:/Perl/lib/XSLoader.pm line 70.
at C:/Perl/site/lib/Devel/NYTProf/Core.pm line 19
Compilation failed in require at C:/Perl/site/lib/Devel/NYTProf.pm line
35.
Compilation failed in require.
BEGIN failed--compilation aborted.
and I cannot get any further with this :-)