in reply to ActiveState 5.8 debugger "Unable to connect to remote host: 127.0.0.1:2000"

This may happen if you had the Perl Dev Kit installed and turned it into "remote" debugging mode. It uses port 2000 to connect to the graphical debugger. It is possible that Visual Perl uses the same port too. Anyways, removing the PERLDB_OPTS environment variable should solve your problem.
  • Comment on Re: ActiveState 5.8 debugger "Unable to connect to remote host: 127.0.0.1:2000"