A similar problem would be the IDE Padre, which could load programs that were recognized by syntax highlighting as Perl, but Run / F5 did not run the script, and debugging would hit Padre.
A workaround was to remove Padre (the version was from http://padre.perlide.org/download.html ), install Strawberry Perl (http://strawberryperl.com/) version 5.14.2.1 (by default) and build Padre via cpan ("C:> cpan Padre" for http://padre.perlide.org/trac/wiki/DownloadCPAN ).
It works in Windows XP.
Another note: I had to manually fix the PATH environment variable, as with some installs and deletions, I had unnecessary directories and one truncated set of directories.
source share