jai_dgl has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

I'm using Devel::Profiler as well as Devel::DProf in my system.
When I include some modules like
use HTML::TreeBuilder;
It throws an error as
Undefined symbols present after loading C:/Perl/lib/auto/HTML/Parser/Parser.dll:
and
Carp::shortmess_real Garbled profile, unexpected exit time stamp at C:\Perl\site\bin/dprofpp line 663, <fh> line 190.

is there any solution or work around ?
Thanks
Jey

Replies are listed 'Best First'.
Re: Perl Profiler
by moritz (Cardinal) on Jul 02, 2008 at 07:50 UTC
    Which perl version are you using? I remember a thread here not too long ago about profiler errors in conjunction with some external modules with C dependencies (can't find it atm though).

    In that particular case upgrading to a newer perl version (5.10.0 is stable) and newer modules solved the problem.

      I use Perl 5.10.0 and updated module ( HTML::Parser 3.56) still I have the same error
      Undefined symbols present after loading C:/Perl/site/lib/auto/HTML/Parser/Parser.dll: at line
      I 'm using WindowsXP and Active perl(5.10.0) Plz help to fix this Thanks Jey