- Download Eclipse J2EE and unzip and make sure it works.
- Install Epic (Eclipse Perl Integration) by the following instructions.
Install PadWalker
- Get the dmake files by Gurusamy Sarathy (Google - dmake-4.1pl1-win32)
- Copy dmake files and padwalker files into C:\Dwimperl\perl\lib (That is for Dwimperl)
- generate the makefile by running the makefile.pl script from command line
perl makefile.pl
- Build the PadWalker object file by invoking the C make file
dmake makefile
dmake
dmake install --- this command seems to integrate it with perl
It looked like this (your perl\lib root directory might be different)
- Add a perl project to eclipse
- Add your cgi file to the project.
- On the browser tab above you can select the built in browser. Then press Debug to run your html file.
When you are finished you will be able to click buttons in your html - your cgi will run and the debugger will stop on your breakpoints.