in reply to Error when trying to install ptkdb debug module

Run  ppm install MinGW then  cpan Devel::ptkdb will probably work

Replies are listed 'Best First'.
Re^2: Error when trying to install ptkdb debug module
by Optimus (Initiate) on Dec 23, 2012 at 21:05 UTC

    Thanks Monk but still problem not solved

    I still get this below error after installing ptkdb module

    >perl -d:ptkdb 777.pl Can't locate Tk.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/li +b .) at C: /Perl/site/lib/Devel/ptkdb.pm line 35. BEGIN failed--compilation aborted at C:/Perl/site/lib/Devel/ptkdb.pm l +ine 35. Compilation failed in require. BEGIN failed--compilation aborted.
      So it says Tk is not installed, hmm, maybe you should install Tk?