I have installed ActivePerl version 5.12.2.1202 and PPM version 4.11.
I would like to use a GUI debugger where I can see Perl program variables. After the disappointment of Eclipse and EPIC (since it seems like they are terribly uncomfortable and inexorable (many failures)), I decided to try Padre.
I added the wxperl repository to the PPM repository and downloaded Padre.
When I exit "padre" on the command line, I get an error message:
The program cannot start because wxmsw28u_core_custom.dll is missing from your computer.
Then I uninstalled Padre and followed the tips on the ActivePerl website - on the command line I say: "ppm install padre". Padre installs, but then again, when I go to "padre" on the command line, I get an error:
The program cannot start because wxmsw28u_core_custom.dll is missing from your computer.
(Note that Padre must work with ActivePerl).
My system is Windows 7 x64. I ran the command line as "admin" and that didn't help.
What to do?
source share