<?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 - Windows 2000 Pro / Server - Comments</title>
 <link>http://community.activestate.com/os/windows-2000-pro-server</link>
 <description>Comments for &quot;Windows 2000 Pro / Server&quot;</description>
 <language>en</language>
<item>
 <title>Me too!</title>
 <link>http://community.activestate.com/forum-topic/backtick-failing-fork#comment-6964</link>
 <description>&lt;p&gt;My perl version is 5.10.0;  I swore that I used the backticks literally a day before it went bad.&lt;/p&gt;
&lt;p&gt;Then it just started not doing anything silently.  By this I mean it made no helpful or hurtful noises.  I changed up the command, introduced errors, and perhaps more, but nothing.&lt;/p&gt;
&lt;p&gt;So I figured  I had fork issues all along;  It is good to know I wasn&#039;t imagining things.&lt;/p&gt;
&lt;p&gt;And so I eagerly await other insights.&lt;/p&gt;
&lt;p&gt;This feels like a windows issue.  But I don&#039;t want to let my Bias lead me down the wrong path..&lt;/p&gt;
&lt;p&gt;Ger.&lt;/p&gt;
</description>
 <pubDate>Tue, 04 Nov 2008 13:55:16 -0800</pubDate>
 <dc:creator>oobleck</dc:creator>
 <guid isPermaLink="false">comment 6964 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: No command for &quot;Jump To Next Result&quot; found</title>
 <link>http://community.activestate.com/node/2879#comment-6771</link>
 <description>&lt;p&gt;I already searched for a command for &quot;Jump To Next Result&quot; and &quot;Jump To Previous Result&quot; after &quot;Find in Files&quot; to assign a key binding, but I could not find it. &quot;Source Code: Next Syntax Error/Warning&quot; does not work in &quot;Find Result&quot; tab.&lt;/p&gt;
&lt;p&gt;Any other suggestions - I can hardly believe that such handy feature is not possible in Kommodo Edit?&lt;/p&gt;
&lt;p&gt;Regard&lt;br /&gt;
Hans&lt;/p&gt;
</description>
 <pubDate>Sat, 18 Oct 2008 02:59:11 -0700</pubDate>
 <dc:creator>HansS713</dc:creator>
 <guid isPermaLink="false">comment 6771 at http://community.activestate.com</guid>
</item>
<item>
 <title>Further information.
Using</title>
 <link>http://community.activestate.com/forum-topic/redirecting-output-system-call#comment-6768</link>
 <description>&lt;p&gt;Further information.&lt;/p&gt;
&lt;p&gt;Using the command.com tweak, you cannot pass a command line greater than 64 characters (or so). This is a limitation of command.com. If this is a problem (and it very well may be), the alternate fix is to create a batch file to call the Perl executable, short-circuiting the Perl file association. If the Perl executable is \bin\go.pl and \bin is in your PATH, then the batch file should be go.bat and should read:&lt;/p&gt;
&lt;p&gt;@perl \bin\go.pl %*&lt;/p&gt;
&lt;p&gt;You can use %0 if you like:&lt;/p&gt;
&lt;p&gt;@perl \bin\%0.pl %*&lt;/p&gt;
&lt;p&gt;...but it may not work if called from within a GNU makefile.&lt;/p&gt;
&lt;p&gt;The equivalent on Unix (Linux, Solaris, etc.) would be an +x file named go:&lt;/p&gt;
&lt;p&gt;#!/bin/ksh # whatever&lt;br /&gt;
exec perl &quot;$0.pl&quot; &quot;$@&quot;&lt;/p&gt;
&lt;p&gt;If you install Windows batch files and also run your executables on Unix, you may want to create these so you have a parallel implementation to keep the design consistent.&lt;/p&gt;
</description>
 <pubDate>Fri, 17 Oct 2008 07:19:35 -0700</pubDate>
 <dc:creator>mmmann</dc:creator>
 <guid isPermaLink="false">comment 6768 at http://community.activestate.com</guid>
</item>
<item>
 <title>D&#039;oh!</title>
 <link>http://community.activestate.com/node/2878#comment-6738</link>
 <description>&lt;p&gt;Move along folks. Nothing to see here.&lt;/p&gt;
</description>
 <pubDate>Tue, 14 Oct 2008 12:09:33 -0700</pubDate>
 <dc:creator>troyt</dc:creator>
 <guid isPermaLink="false">comment 6738 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: version</title>
 <link>http://community.activestate.com/node/2878#comment-6735</link>
 <description>&lt;p&gt;It&#039;s IE6 as stated: (MS IE 6.0.2800.1106).&lt;/p&gt;
</description>
 <pubDate>Tue, 14 Oct 2008 11:35:52 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 6735 at http://community.activestate.com</guid>
</item>
<item>
 <title>Which version of IE is that?</title>
 <link>http://community.activestate.com/node/2878#comment-6734</link>
 <description>&lt;p&gt;Opening the release notes in the default web browser is intentional (so you can read them while Komodo is opening and updating/building the code intelligence database). However, there&#039;s obviously some problem with the styling in IE. &lt;/p&gt;
&lt;p&gt;Let us know which version of IE that screenshot was taken with and we&#039;ll fix the CSS so that it&#039;s readable.&lt;/p&gt;
</description>
 <pubDate>Tue, 14 Oct 2008 11:21:55 -0700</pubDate>
 <dc:creator>troyt</dc:creator>
 <guid isPermaLink="false">comment 6734 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: key bindings</title>
 <link>http://community.activestate.com/node/2879#comment-6710</link>
 <description>&lt;p&gt;You can change/assign keybindings to commands using Komodo&#039;s Preferences, under the &quot;Editor-&amp;gt;Key Bindings&quot; category.&lt;/p&gt;
&lt;p&gt;By default the find commands are assigned the following:&lt;br /&gt;
&quot;Find Next&quot;: F3&lt;br /&gt;
&quot;Find Previous&quot;: Shift+F3&lt;/p&gt;
&lt;p&gt;As well, there are other find commands, you can search the keybindings using the term &quot;find&quot; to see the rest of them.&lt;/p&gt;
&lt;p&gt;For the next syntax error result, the is the following command:&lt;br /&gt;
&quot;Source Code: Next Syntax Error/Warning&quot;&lt;br /&gt;
which does not have a keybinding assigned by default, so you create a new keybinding for it automatically (or assign F12 to this command which will override the default command &quot;Interactive Shell&quot;).&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Sun, 12 Oct 2008 13:54:01 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 6710 at http://community.activestate.com</guid>
</item>
<item>
 <title>status</title>
 <link>http://community.activestate.com/forum-topic/unable-locate-proc-processtable#comment-6644</link>
 <description>&lt;p&gt;Dom,&lt;/p&gt;
&lt;p&gt;It&#039;s been a while, and I&#039;m not positive, but I think I ended up building under an earlier Perl version or at leat getting an earlier version of the PM that worked.&lt;/p&gt;
&lt;p&gt;HTH&lt;/p&gt;
&lt;p&gt;Avi&lt;/p&gt;
</description>
 <pubDate>Fri, 03 Oct 2008 10:05:22 -0700</pubDate>
 <dc:creator>asha</dc:creator>
 <guid isPermaLink="false">comment 6644 at http://community.activestate.com</guid>
</item>
<item>
 <title>Did you ever figure this out ?</title>
 <link>http://community.activestate.com/forum-topic/unable-locate-proc-processtable#comment-6616</link>
 <description>&lt;p&gt;Hi - I&#039;m having the same problem and would like to know if you ever figure out a solution to this , or were able to say the resulting exe was safe or not to use.&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Dom&lt;/p&gt;
</description>
 <pubDate>Tue, 30 Sep 2008 15:03:23 -0700</pubDate>
 <dc:creator>dominicnicholas_yahoo</dc:creator>
 <guid isPermaLink="false">comment 6616 at http://community.activestate.com</guid>
</item>
<item>
 <title>Make sure Komodo is set to use ActivePerl</title>
 <link>http://community.activestate.com/node/2788#comment-6516</link>
 <description>&lt;p&gt;I see that you&#039;ve got errors coming from &#039;C:/xampp/perl/&#039; &lt;/p&gt;
&lt;p&gt;What version/distribution of Perl is that? ActivePerl should be compatible with the Komodo dbgp debugging libraries.&lt;/p&gt;
&lt;p&gt;If you do have ActivePerl installed, specify the path to it in:&lt;/p&gt;
&lt;p&gt; Edit|Preferences|Languages|Perl&lt;/p&gt;
</description>
 <pubDate>Thu, 18 Sep 2008 17:10:29 -0700</pubDate>
 <dc:creator>troyt</dc:creator>
 <guid isPermaLink="false">comment 6516 at http://community.activestate.com</guid>
</item>
<item>
 <title>Well-founded explanation</title>
 <link>http://community.activestate.com/forum-topic/redirecting-output-system-call#comment-6242</link>
 <description>&lt;p&gt;Well-founded explanation ,thank you very much.&lt;/p&gt;
</description>
 <pubDate>Fri, 15 Aug 2008 02:49:47 -0700</pubDate>
 <dc:creator>thmauch</dc:creator>
 <guid isPermaLink="false">comment 6242 at http://community.activestate.com</guid>
</item>
<item>
 <title>Bug in Windows shell redirection and file associations</title>
 <link>http://community.activestate.com/forum-topic/redirecting-output-system-call#comment-6218</link>
 <description>&lt;p&gt;You cannot redirect or pipe output using cmd.exe when the Perl program is started using the Windows&#039; file association(s) and the Perl program executes programs using open3 or system. Using a test.pl program that merely does a system(qw(netstat -an)), try this:&lt;/p&gt;
&lt;p&gt;C:&amp;gt; perl test.pl &amp;gt; out # works&lt;br /&gt;
C:&amp;gt; test.pl &amp;gt; out      # broken, and leaves &quot;zombie&quot; netstat executable&lt;/p&gt;
&lt;p&gt;The work-around is to alter the file association:&lt;/p&gt;
&lt;p&gt;Windows-E to bring up an explorer window&lt;br /&gt;
Tools -&amp;gt; Folder Options&lt;br /&gt;
Go to the [File Types] tab&lt;br /&gt;
Type &#039;PL&#039; to move list box to PL extension&lt;br /&gt;
Click [Advanced]&lt;br /&gt;
Click [Edit] to edit the Open command&lt;/p&gt;
&lt;p&gt;The &quot;application used to perform action&quot; reads, by default:&lt;/p&gt;
&lt;p&gt;&quot;C:\Perl\bin\perl.exe&quot; &quot;%1&quot; %*&lt;/p&gt;
&lt;p&gt;Overwrite it with the following:&lt;/p&gt;
&lt;p&gt;C:\WINDOWS\System32\command.com /C C:\Perl\bin\perl.exe &quot;%1&quot; %*&lt;/p&gt;
&lt;p&gt;...i.e.  add command.com /C at the beginning and remove the double quotes around the perl executable. Yes, command.com, not cmd.exe.&lt;/p&gt;
&lt;p&gt;This appears to be fixed in Vista.&lt;/p&gt;
</description>
 <pubDate>Tue, 12 Aug 2008 08:14:22 -0700</pubDate>
 <dc:creator>mmmann</dc:creator>
 <guid isPermaLink="false">comment 6218 at http://community.activestate.com</guid>
</item>
<item>
 <title>I know that this</title>
 <link>http://community.activestate.com/forum-topic/redirecting-output-system-call#comment-6148</link>
 <description>&lt;p&gt;I know that this work.&lt;br /&gt;
However there are tho disavantages:&lt;br /&gt;
- I do not see any output before the SQL script has completely terminated&lt;br /&gt;
- I cannot distinguish between output on STDOUT and STDERR&lt;/p&gt;
</description>
 <pubDate>Tue, 22 Jul 2008 23:47:19 -0700</pubDate>
 <dc:creator>thmauch</dc:creator>
 <guid isPermaLink="false">comment 6148 at http://community.activestate.com</guid>
</item>
<item>
 <title>Try this code</title>
 <link>http://community.activestate.com/forum-topic/redirecting-output-system-call#comment-6146</link>
 <description>&lt;pre class=&quot;geshifilter&quot;&gt;use strict;
use warnings;

my $result = `sqlplus -s usr/pwd @ print.sql`;

print $result;&lt;/pre&gt;</description>
 <pubDate>Tue, 22 Jul 2008 17:36:07 -0700</pubDate>
 <dc:creator>gangabass</dc:creator>
 <guid isPermaLink="false">comment 6146 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: iPlanet problems</title>
 <link>http://community.activestate.com/forum-topic/apache-crashes#comment-5775</link>
 <description>&lt;p&gt;Sorry Vicky, but this forum is meant to help people who have problems using &lt;a href=&quot;http://www.activestate.com/Products/komodo_ide/&quot;&gt;Komodo&lt;/a&gt;. As such, we don&#039;t have the experience to help out with the iPlanet installation problems. I&#039;d recommend posting to one of the iPlanet related forums on the web...&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Tue, 24 Jun 2008 10:10:38 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 5775 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
