|
Installation Instructions - Perl Debugger PTKDB for Win95/98/NT
- Download and install ActivePerl from original site.
- Make sure you are connected to the Internet. Start a MS-DOS prompt and type the command "
ppm install tk". This will use the perl package manager to install Tk, required by the debugger. This will also take a few minutes at least, while it downloads about 2Mb of files from a remote site. In between which it looks like the process has hung - to check if it is still going, look at your dial-up connection to make sure the bytes received keeps increasing.- Download the file
Devel-ptkdb-1.108.tar.gzfrom original site.- Unzip them using WinZip or whatever compression software you have.
- Move the file
Devel\ptkdb.pminto theC:\PERL\LIB\DEVEL\directory.- Test if everything is OK by starting a MS-DOS prompt, going to
C:\PERL\EGand typing "perl -d:ptkdb example.pl". The debugger window should start up, with the example.pl (a one-line script) on the right panel. Click "Run" and the debugger should finish (ie. disappear) with the line "Hello from ActivePerl!" printed on the MS-DOS prompt.
- That completes the installation.
Document author: H.L.
Hiew, Unit Coordinator
Last Modified: Wednesday, 28-Jan-2004 20:50:10 MST
Disclaimer & Copyright
Notice © 2004 Murdoch University
This document is relevant for semester 1, 2004 only