<?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 Tutorial in Komodo - Comments</title>
 <link>http://community.activestate.com/forum-topic/perl-tutorial-komodo</link>
 <description>Comments for &quot;Perl Tutorial in Komodo&quot;</description>
 <language>en</language>
<item>
 <title>I have ActivePerl 5.10.0 build 1001 installed on my system. </title>
 <link>http://community.activestate.com/forum-topic/perl-tutorial-komodo#comment-3835</link>
 <description>&lt;p&gt;And No. I can&#039;t run the tutorial from the command line. I enter parse.pl from the command line and I get the following error message:&lt;/p&gt;
&lt;p&gt;This application has failed to start because MSVCR71.dll was not found. Re-installing the application may fix this problem.&lt;/p&gt;
&lt;p&gt;I have tried reinstalling the program, however the same files still come up in the re-installed application. I think I am just going to move on and try different applications programming in perl. I was able to run some other examples ok. I just thought that the tutorial example was pretty cool. I appreciate you giving me a helping hand though.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;~RDR&lt;/p&gt;
</description>
 <pubDate>Wed, 09 Jan 2008 18:36:48 -0800</pubDate>
 <dc:creator>rudirame</dc:creator>
 <guid isPermaLink="false">comment 3835 at http://community.activestate.com</guid>
</item>
<item>
 <title>Which version of ActivePerl are you running?</title>
 <link>http://community.activestate.com/forum-topic/perl-tutorial-komodo#comment-3819</link>
 <description>&lt;p&gt;And can you run the tutorial program from the command-line?&lt;br /&gt;
If not, it isn&#039;t going to run within Komodo.&lt;/p&gt;
</description>
 <pubDate>Tue, 08 Jan 2008 10:41:31 -0800</pubDate>
 <dc:creator>ericp</dc:creator>
 <guid isPermaLink="false">comment 3819 at http://community.activestate.com</guid>
</item>
<item>
 <title>Here&#039;s what I have after doing a listing of the Directory</title>
 <link>http://community.activestate.com/forum-topic/perl-tutorial-komodo#comment-3815</link>
 <description>&lt;p&gt;C:\Perl\site\lib\auto\Text\CSV_XS&amp;gt;dir&lt;br /&gt;
 Volume in drive C has no label.&lt;br /&gt;
 Volume Serial Number is E0E6-A37A&lt;/p&gt;
&lt;p&gt; Directory of C:\Perl\site\lib\auto\Text\CSV_XS&lt;/p&gt;
&lt;p&gt;01/04/2008  04:28 PM              .&lt;br /&gt;
01/04/2008  04:28 PM              ..&lt;br /&gt;
01/04/2008  04:28 PM               256 .packlist&lt;br /&gt;
01/04/2008  04:28 PM                 0 CSV_XS.bs&lt;br /&gt;
01/04/2008  04:28 PM            17,920 CSV_XS.dll&lt;br /&gt;
01/04/2008  04:28 PM               812 CSV_XS.exp&lt;br /&gt;
01/04/2008  04:28 PM             1,956 CSV_XS.lib&lt;br /&gt;
               5 File(s)         20,944 bytes&lt;br /&gt;
               2 Dir(s)  22,323,245,056 bytes free&lt;/p&gt;
&lt;p&gt;Looks like my CSV_XS.dll and CSV_XS.lib are smaller in size. Do you think that might have something to do with it? I have tried to install the module again but it says that I have no missing modules to install. Any suggestions...???&lt;/p&gt;
&lt;p&gt;~RDR&lt;/p&gt;
</description>
 <pubDate>Mon, 07 Jan 2008 20:50:17 -0800</pubDate>
 <dc:creator>rudirame</dc:creator>
 <guid isPermaLink="false">comment 3815 at http://community.activestate.com</guid>
</item>
<item>
 <title>What are the contents of that directory?</title>
 <link>http://community.activestate.com/forum-topic/perl-tutorial-komodo#comment-3809</link>
 <description>&lt;p&gt;Here&#039;s what I see in my directory after doing the ppm install:&lt;/p&gt;
&lt;pre&gt;
c:\Perl\site\lib\auto\Text\CSV_XS&amp;gt;dir
 Volume in drive C has no label.
 Volume Serial Number is 42BF-20F8

 Directory of c:\Perl\site\lib\auto\Text\CSV_XS

01/07/2008  12:07 PM              .
01/07/2008  12:07 PM              ..
01/07/2008  12:07 PM               256 .packlist
01/07/2008  12:07 PM                 0 CSV_XS.bs
01/07/2008  12:07 PM            28,790 CSV_XS.dll
01/07/2008  12:07 PM               812 CSV_XS.exp
01/07/2008  12:07 PM             2,180 CSV_XS.lib
               5 File(s)         32,038 bytes
               2 Dir(s)  183,764,942,848 bytes free
&lt;/pre&gt;</description>
 <pubDate>Mon, 07 Jan 2008 12:09:52 -0800</pubDate>
 <dc:creator>ericp</dc:creator>
 <guid isPermaLink="false">comment 3809 at http://community.activestate.com</guid>
</item>
<item>
 <title>Perl Tutorial in Komodo</title>
 <link>http://community.activestate.com/forum-topic/perl-tutorial-komodo</link>
 <description>&lt;p&gt;I just down loaded the KomodoIDE trial. I really want to learn perl. I have ActivePerl 5.10.0 build 1001 installed on my system. I tried out the perl tutorial that&#039;s included in the program. I followed it to the T (even successfully installing The Text::CSV_XS Perl module using ppm. However, I am unable to build the tutorial project. I keep getting a compilation error. It keeps complaining about the 4th line of the parse.pl file:&lt;/p&gt;
&lt;p&gt;use Text::CSV_XS;&lt;/p&gt;
&lt;p&gt;The exact build error message is the following:&lt;/p&gt;
&lt;p&gt;Can&#039;t load &#039;C:/Perl/site/lib/auto/Text/CSV_XS/CSV_XS.dll&#039; for module Text::CSV_XS: load_file:The specified module could not be found at C:/Perl/lib/DynaLoader.pm line 203.&lt;br /&gt;
 at C:\Documents and Settings\Lisedey\Application Data\ActiveState\KomodoIDE\4.2\samples\perl_tutorials\parse.pl line 4&lt;br /&gt;
Compilation failed in require at C:\Documents and Settings\Lisedey\Application Data\ActiveState\KomodoIDE\4.2\samples\perl_tutorials\parse.pl line 4.&lt;br /&gt;
BEGIN failed--compilation aborted at C:\Documents and Settings\Lisedey\Application Data\ActiveState\KomodoIDE\4.2\samples\perl_tutorials\parse.pl line 4.&lt;/p&gt;
&lt;p&gt;I have spent quite a bit of time trying to figure out what is wrong, but haven&#039;t had any luck. Any suggestions on how to go about fixing this would be greatly appreciated.&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/perl-tutorial-komodo#comments</comments>
 <category domain="http://community.activestate.com/forums/download-trial-purchase-s-0">Download / Trial / Purchase support</category>
 <category domain="http://community.activestate.com/os/windows">Windows</category>
 <pubDate>Sat, 05 Jan 2008 01:16:08 -0800</pubDate>
 <dc:creator>rudirame</dc:creator>
 <guid isPermaLink="false">1780 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
