<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://community.activestate.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ActiveState Community Site - Perl Dev Kit - Comments</title>
 <link>http://community.activestate.com/product/perl-dev-kit</link>
 <description>Comments for &quot;Perl Dev Kit&quot;</description>
 <language>en</language>
<item>
 <title>Graphical debugger not available after 7.2 64 bit install</title>
 <link>http://community.activestate.com/faq/problem-installing-perldevkit-7-2-0#comment-6188</link>
 <description>&lt;p&gt;When i try to launch the graphical debugger (perl -d) all i get is the command line version.  Any idea whats wrong or what settings i need to change to enable it?  I upgraded from pdk 6.0 if that helps.  Also the pdkdebug is not available - nor do i see it installed.&lt;/p&gt;
</description>
 <pubDate>Wed, 30 Jul 2008 12:54:16 -0700</pubDate>
 <dc:creator>markm</dc:creator>
 <guid isPermaLink="false">comment 6188 at http://community.activestate.com</guid>
</item>
<item>
 <title>PDK 7.1.0</title>
 <link>http://community.activestate.com/faq/plc-exe-not-recognized#comment-4156</link>
 <description>&lt;p&gt;PDK 7.1.0 has been released. This version will install on Vista, and will not encounter the plc.exe error when .NET is patched to date, however this was accomplished by removing PerlNET from PDK 7.1.0.&lt;/p&gt;
&lt;p&gt;PerlNET will be returning to PDK with PDK 7.2.0, which should release early in 2008.&lt;/p&gt;
</description>
 <pubDate>Tue, 12 Feb 2008 15:05:08 -0800</pubDate>
 <dc:creator>grahams</dc:creator>
 <guid isPermaLink="false">comment 4156 at http://community.activestate.com</guid>
</item>
<item>
 <title>SERIOUS Problem</title>
 <link>http://community.activestate.com/faq/plc-exe-not-recognized#comment-3681</link>
 <description>&lt;p&gt;This is an application killing bug, making plc.exe essentially unusable on any setup with any up to date version of .NET / Visual Studio / Vista...&lt;/p&gt;
&lt;p&gt;Any ETA on the fix (in v7.0)?&lt;/p&gt;
&lt;p&gt;- Roy Ivy&lt;/p&gt;
</description>
 <pubDate>Thu, 13 Dec 2007 18:51:11 -0800</pubDate>
 <dc:creator>RoyIvyIII</dc:creator>
 <guid isPermaLink="false">comment 3681 at http://community.activestate.com</guid>
</item>
<item>
 <title>Issues with .NET Security Patches</title>
 <link>http://community.activestate.com/faq/error-2908-problems-insta#comment-3209</link>
 <description>&lt;p&gt;Please read the following FAQ regarding how to install .NET in a way that avoids problems with the .NET security patches.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://community.activestate.com/faq/plc-exe-not-recognized&quot; title=&quot;http://community.activestate.com/faq/plc-exe-not-recognized&quot;&gt;http://community.activestate.com/faq/plc-exe-not-recognized&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Tue, 16 Oct 2007 15:02:36 -0700</pubDate>
 <dc:creator>grahams</dc:creator>
 <guid isPermaLink="false">comment 3209 at http://community.activestate.com</guid>
</item>
<item>
 <title>In the Dos command window I</title>
 <link>http://community.activestate.com/faq/restoring-the-native-perl#comment-1530</link>
 <description>&lt;p&gt;In the Dos command window I tried `pdkdebug --remove`, `set PERL5DB=BEGIN` and `set PERLDB_OPTS=` and the pdk debugger still launched, but I didn&#039;t try `pdkdebug --remote`.  I finally got the pdk debugger to stop by removing the registry entry at HKEY_LOCAL_MACHINE&amp;gt;SOFTWARE&amp;gt;Perl&amp;gt;PERL5DB I think it was (Windows Vista made me boot into safe mode to delete the registry entry).&lt;/p&gt;
&lt;p&gt;After some hair pulling, I have posted &lt;a href=&quot;http://support.activestate.com/forum-topic/cant-get-komodo-debugger&quot;&gt;here&lt;/a&gt;  how I finally got the komodo debugger to run in a cgi environment, triggered by executing a script from the browser.&lt;/p&gt;
</description>
 <pubDate>Tue, 01 May 2007 21:26:51 -0700</pubDate>
 <dc:creator>twotone</dc:creator>
 <guid isPermaLink="false">comment 1530 at http://community.activestate.com</guid>
</item>
<item>
 <title>CGI Debugging</title>
 <link>http://community.activestate.com/faq/restoring-the-native-perl#comment-1528</link>
 <description>&lt;p&gt;All right.  I removed the entry in the registry for the pdk graphical debugger and  no it is not running automatically when I load the script in the browser.&lt;/p&gt;
&lt;p&gt;And yes, komodo supports (according to the help file) debugging in a cgi environment by loading the web page / script first - not running the perl script as &#039;perl -d scriptname.pl&#039;. From the help file:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
After the configuration is complete, debug programs as follows:&lt;/p&gt;
&lt;p&gt;    * In Komodo, on the Debug menu, click Listen for Debugger Connections.&lt;br /&gt;
    * Using a web browser, access your CGI script.&lt;br /&gt;
    * A Perl Debug tab is displayed in Komodo. See Komodo Debugger Functions for full instructions on using Komodo&#039;s debugging functionality.
&lt;/p&gt;&lt;/blockquote&gt;
</description>
 <pubDate>Tue, 01 May 2007 20:48:20 -0700</pubDate>
 <dc:creator>twotone</dc:creator>
 <guid isPermaLink="false">comment 1528 at http://community.activestate.com</guid>
</item>
<item>
 <title>Update: corrected the FAQ</title>
 <link>http://community.activestate.com/faq/restoring-the-native-perl#comment-1524</link>
 <description>&lt;p&gt;After discussing this with Jan Dubois, it seems that the initial FAQ instructions were wrong.&lt;/p&gt;
&lt;p&gt;Use `&lt;code class=&quot;geshifilter&quot;&gt;pdkdebug --remote&lt;/code&gt;`, then `&lt;code class=&quot;geshifilter&quot;&gt;set PERLDB_OPTS=&lt;/code&gt;`.&lt;/p&gt;
&lt;p&gt;I&#039;ve updated the FAQ, thanks for pointing this problem out.&lt;/p&gt;
</description>
 <pubDate>Tue, 01 May 2007 16:32:15 -0700</pubDate>
 <dc:creator>troyt</dc:creator>
 <guid isPermaLink="false">comment 1524 at http://community.activestate.com</guid>
</item>
<item>
 <title>Two separate questions</title>
 <link>http://community.activestate.com/faq/restoring-the-native-perl#comment-1520</link>
 <description>&lt;p&gt;The Komodo debugger is instantiated from within Komodo: open the perl script in Komodo, then click &#039;&lt;strong&gt;Debug|Start New Session&lt;/strong&gt;&#039; or the &#039;&lt;strong&gt;Go/Continue Debugging&lt;/strong&gt;&#039; button.&lt;/p&gt;
&lt;p&gt;As for disabling the PDK debugger so that &#039;&lt;code class=&quot;geshifilter&quot;&gt;perl -d scriptname.pl&lt;/code&gt;&#039; works at the command-line as expected, the instructions above should work. Is it possible that those environment variables are persisting somewhere (e.g. set in one console but not in the system). &lt;/p&gt;
&lt;p&gt;You could also try the command &#039;&lt;code class=&quot;geshifilter&quot;&gt;pdkdebug --remove&lt;/code&gt;&#039;. Make sure the PDK bin/ directory is in your path; if not specify the full path to &lt;em&gt;pdkdebug.exe&lt;/em&gt;.&lt;/p&gt;
</description>
 <pubDate>Tue, 01 May 2007 15:09:48 -0700</pubDate>
 <dc:creator>troyt</dc:creator>
 <guid isPermaLink="false">comment 1520 at http://community.activestate.com</guid>
</item>
<item>
 <title>disabling pdk graphical debugger and enabling komodo debugger</title>
 <link>http://community.activestate.com/faq/restoring-the-native-perl#comment-1519</link>
 <description>&lt;p&gt;I installed perl dev kit 7 and used the graphical debugger a little bit in a cgi environment (called from web browser). Then I upgraded to komodo and installed it.  Now, I can&#039;t get the graphical debugger from pdk to stop running automatically even after following the instructions to disable it and remove it as a system service.  How do I enable the komodo debugger? (I am on Windows vista, perl 5.8, abyss X1 web server)&lt;/p&gt;
</description>
 <pubDate>Tue, 01 May 2007 14:35:26 -0700</pubDate>
 <dc:creator>twotone</dc:creator>
 <guid isPermaLink="false">comment 1519 at http://community.activestate.com</guid>
</item>
<item>
 <title>set PERL5LIB=</title>
 <link>http://community.activestate.com/faq/upgrade-error-version-mis#comment-242</link>
 <description>&lt;p&gt;I experienced the same problem as jkeagle, and jeffg&#039;s suggestion worked for me, thanks!&lt;/p&gt;
&lt;p&gt;I did not have this problem on my machine which is Oracle client-only, so I assume it only occurs on machines with an Oracle server installation.&lt;/p&gt;
&lt;p&gt;Anybody know what side effect removing the PERL5LIB environment variable might have long term?&lt;/p&gt;
</description>
 <pubDate>Wed, 20 Dec 2006 10:42:10 -0800</pubDate>
 <dc:creator>URdoingGreat</dc:creator>
 <guid isPermaLink="false">comment 242 at http://community.activestate.com</guid>
</item>
<item>
 <title>Oracle seems to have set PERL5LIB</title>
 <link>http://community.activestate.com/faq/upgrade-error-version-mis#comment-204</link>
 <description>&lt;p&gt;It looks like PERL5LIB on your system includes libraries installed by an Oracle installation that are likely not compatible with the version of ActivePerl you have installed. If you remove PERL5LIB from your environment, does it fix the problem?&lt;/p&gt;
</description>
 <pubDate>Wed, 06 Dec 2006 11:27:03 -0800</pubDate>
 <dc:creator>jeffg</dc:creator>
 <guid isPermaLink="false">comment 204 at http://community.activestate.com</guid>
</item>
<item>
 <title>Perl lib version error - ActivePerl (V5.8.8)</title>
 <link>http://community.activestate.com/faq/upgrade-error-version-mis#comment-203</link>
 <description>&lt;p&gt;I&#039;m getting a similar error. I have installed ActivePerl (V5.8.8).&lt;br /&gt;
Perl lib version (v5.8.3) doesn&#039;t match executable version (v5.8.8) at C:\oracle&lt;br /&gt;
\db10_2\perl\5.8.3\lib/MSWin32-x86-multi-thread/Config.pm line 32.&lt;/p&gt;
&lt;p&gt;I have written a little test script that fails in line 2.&lt;br /&gt;
-------------------------------------------------------------------&lt;br /&gt;
use strict;&lt;br /&gt;
use DBI; (error line)&lt;br /&gt;
-------------------------------------------------------------------&lt;br /&gt;
How can I make these versions agree?&lt;br /&gt;
I have tried Uninstalling, deleting all files and Reinstalling to no avail.&lt;br /&gt;
I have tried to install ActivePerl(v5.8.3) and encountered a different error related to HKEY Registry values.&lt;br /&gt;
Also, the Perl Package Mgr shows a valid version of DBI 1.52 in the list.&lt;br /&gt;
Please help.&lt;/p&gt;
</description>
 <pubDate>Wed, 06 Dec 2006 08:42:02 -0800</pubDate>
 <dc:creator>jkeagle</dc:creator>
 <guid isPermaLink="false">comment 203 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
