Trying to install the "Perl/Tk Debugger" on Windows 7 -- and for the life of me I'm unable to figure out what I need to do to install and run this application..
The requirements appear to be:
I've got Perl 5.12.2 (from ActiveState) installed; confirmed by going to the Windows commandline and entering "perl -v".
What I have no idea about is the "Tk800.021" requirement; meaning if it's already present, and if not, what to do.
ANSWER:
ppm install http://www.bribes.org/perl/ppm/Devel-ptkdb.ppd
Skip ActiveState altogetheruse Strawberry Perl instead. It comes with a working CPAN environment so that you don't have to rely on what ActiveState provides for you. – Nifle Mar 1 '11 at 16:01