<?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 - Window 9x/Me - Comments</title>
 <link>http://community.activestate.com/os/window-9x-me</link>
 <description>Comments for &quot;Window 9x/Me&quot;</description>
 <language>en</language>
<item>
 <title>Thanks!</title>
 <link>http://community.activestate.com/forum-topic/best-version-perl#comment-5794</link>
 <description>&lt;p&gt;for your time and advice!&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description>
 <pubDate>Wed, 25 Jun 2008 06:55:31 -0700</pubDate>
 <dc:creator>Curio50</dc:creator>
 <guid isPermaLink="false">comment 5794 at http://community.activestate.com</guid>
</item>
<item>
 <title>WIn 9X</title>
 <link>http://community.activestate.com/forum-topic/best-version-perl#comment-5782</link>
 <description>&lt;p&gt;Win 9X/ME is not supported for new versions, and the installers on newer versions may have some issues. &lt;/p&gt;
&lt;p&gt;If you don&#039;t need the latest features, a safe bet would be ActivePerl 5.6.1.638. It&#039;s still supported and if I recall correctly was released while Win 9X was also still supported.&lt;/p&gt;
&lt;p&gt;If you need a 5.8 version, supported 822 may work. 820 is unsupported, but is another possibility for 9X.&lt;/p&gt;
&lt;p&gt;You can play with any of the old versions you like. Only the most recent versions of 5.6, 5.8, and 5.10 are supported, but everything we have ever released is available at:&lt;br /&gt;
&lt;a href=&quot;http://downloads.activestate.com/ActivePerl/&quot; title=&quot;http://downloads.activestate.com/ActivePerl/&quot;&gt;http://downloads.activestate.com/ActivePerl/&lt;/a&gt;&lt;br /&gt;
A decent yardstick for the reliability of any specific version is to look at how quickly a replacement was released.&lt;/p&gt;
</description>
 <pubDate>Tue, 24 Jun 2008 16:29:29 -0700</pubDate>
 <dc:creator>grahams</dc:creator>
 <guid isPermaLink="false">comment 5782 at http://community.activestate.com</guid>
</item>
<item>
 <title>Identifying the right Tcl distribution for my OS version</title>
 <link>http://community.activestate.com/forum-topic/identifying-right-tcl-distribution-my-os-version#comment-4080</link>
 <description>&lt;p&gt;Windows 98 is an officially end-of-lifed system, which is why we don&#039;t support or test on it anymore.  You should find that the latest ActiveTcl releases do work on Win98 still, but it is a matter of time before they don&#039;t.  We recently found and fixed an installer issue for Windows 98 (the updated release will be available with 8.5.1.0 in a day or two), but the core still does work.  However, it is the Tcl core team&#039;s official stance that 8.4 was the last version to officially support Win9x systems.  This frees them to use APIs that are only available in Windows NT-based systems.&lt;/p&gt;
</description>
 <pubDate>Tue, 05 Feb 2008 17:20:16 -0800</pubDate>
 <dc:creator>jeffh</dc:creator>
 <guid isPermaLink="false">comment 4080 at http://community.activestate.com</guid>
</item>
<item>
 <title>Tcl Dev Kit USERPROFILE usage</title>
 <link>http://community.activestate.com/forum-topic/tcldevkit-install-crashes-my-w98se-machine#comment-2643</link>
 <description>&lt;p&gt;The teacup portion of TDK expects the $USERPROFILE environment variable to be defined and point to the user&#039;s home directory.  The easiest work-around is to create this Windows env var.  The use of this is noted at:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://aspn.activestate.com/ASPN/docs/ActiveTcl/8.4/tpm/tpm/files/CTP_teacup.html&quot; title=&quot;http://aspn.activestate.com/ASPN/docs/ActiveTcl/8.4/tpm/tpm/files/CTP_teacup.html&quot;&gt;http://aspn.activestate.com/ASPN/docs/ActiveTcl/8.4/tpm/tpm/files/CTP_te...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We will look into what alternatives are best when USERPROFILE is not defined (this is possibly only a Win9x issue?).&lt;/p&gt;
</description>
 <pubDate>Fri, 17 Aug 2007 15:11:07 -0700</pubDate>
 <dc:creator>jeffh</dc:creator>
 <guid isPermaLink="false">comment 2643 at http://community.activestate.com</guid>
</item>
<item>
 <title>STDIN</title>
 <link>http://community.activestate.com/forum-topic/isapi-perl-where-to-get-p#comment-1274</link>
 <description>&lt;p&gt;Hello Bruno,&lt;/p&gt;
&lt;p&gt;I don&#039;t have an ISAPI module set up at the moment but I would imagine it would give you data on STDIN, same as a CGI POST request.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;kjw&lt;/p&gt;
</description>
 <pubDate>Mon, 09 Apr 2007 13:22:34 -0700</pubDate>
 <dc:creator>kevinw</dc:creator>
 <guid isPermaLink="false">comment 1274 at http://community.activestate.com</guid>
</item>
<item>
 <title>Can&#039;t directly upgrade from 5.6 to 5.8</title>
 <link>http://community.activestate.com/forum-topic/ppm-msi-in-windows#comment-1273</link>
 <description>&lt;p&gt;Hi Joe,&lt;/p&gt;
&lt;p&gt;You can&#039;t directly upgrade from 5.6 to 5.8 -- too many things change, including the modules.  Here&#039;s the way to sanity:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;uninstall all versions of ActivePerl using the Add/Remove Programs control panel&lt;/li&gt;
&lt;li&gt;delete the ActivePerl installation directory and all files and directories therein&lt;/li&gt;
&lt;li&gt;install the new version of ActivePerl&lt;/li&gt;
&lt;li&gt;re-install the modules using PPM&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The problems with PPM sound like modules failing because they&#039;re 5.6 modules trying to be loaded by a 5.8 interpreter or vice versa.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;kjw&lt;/p&gt;
</description>
 <pubDate>Mon, 09 Apr 2007 13:21:37 -0700</pubDate>
 <dc:creator>kevinw</dc:creator>
 <guid isPermaLink="false">comment 1273 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
