On Tue, 24 Jan 2006, [EMAIL PROTECTED] wrote: > Recently the trial period for PDK expired so I uninstalled it. Now > when I try to use perl -d I get the following: > > C:\Documents and Settings\Mortimer Snerd>perl -d Unable to connect > to remote host: 127.0.0.1:2000 Compilation failed in require. > main::BEGIN() called at C:/Perl/lib/perl5db.pl line 0 eval {...} > called at C:/Perl/lib/perl5db.pl line 0 BEGIN failed--compilation > aborted. > > Is the PDK required for debugging? What is "remote host: > 127.0.0.1:2000" and why am I trying to connect there?
This may be a bug in the PDK uninstall code. Did you uninstall the package, or just delete the directory? Anyways, you will find an entry for PERLDB_OPTS in your environment. After you remove it you should be able to use the standard Perl debugger again (make sure you remove it in the global environment settings and not just in the current shell). You may want to doublecheck for the PERL5LIB environment variable too. While it has nothing to do with debugging, it may contain leftover content from the PDK as well. Cheers, -Jan _______________________________________________ ActivePerl mailing list ActivePerl@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs