<?xml version="1.0"  encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
<title>Activeperl Mailing List Threads</title>
<link>http://readlist.com</link>
<description>Activeperl Mailing List - New Threads feed</description>
<language>en</language>
<image>
  <url>http://readlist.com/readlist-logo-tiny.gif</url>
  <title>ReadList.com</title>
  <link>http://readlist.com/</link>
  <width>156</width>
  <height>30</height>
</image>
<item>
  <title>Spreadsheet::ParseExcel::SaveParser</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5194.html</link>
  <pubDate>Fri, 16 May 2008 11:28:26 GMT</pubDate>
  <description>Hi all, I have following problem. I wrote script which change some values in the excel so I used Spreadsheet::ParseExcel::SaveParser. Script works fine but when I would like to convert this script to exe whit perl2exe I have many errors: First of all: Warning: Can't locate I18N/Langinfo.pm at C:\Perl1\lib\encoding.pm line 44 @INC = C:\Perl1\site\lib, C:\Perl1\lib, . Ok I tried find this module in ppm ...</description>
</item>
<item>
  <title>Finding a printer; need help</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5189.html</link>
  <pubDate>Wed, 7 May 2008 14:57:08 GMT</pubDate>
  <description>Gurus, Anybody know of a Perl module that can tell me 1. If there's a printer physically connected to a parallel (or serial) port on a PC and, 2. what printer it is? I've got a project that wants this info, and I've pretty much gotten nowhere trying to use WMI (unless I've missed something). In one instance, it (WMI) identifies seven printers connected to LPT1:, and says that all of them are in "Idle" status. Anybody want ...</description>
</item>
<item>
  <title>Basic PERL Script</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5184.html</link>
  <pubDate>Tue, 6 May 2008 15:23:53 GMT</pubDate>
  <description>Good morning, All. &lt;br&gt; &lt;br&gt;Not sure if this list supports basic questions, but I'll pose the query to find out. &lt;br&gt; &lt;br&gt;I am new to PERL and working on an basic PERL script. The script will import values into an array. when complete, I want to do a calculation based on two feilds and drop the answer into the third field. Basically I have the following script, but keep getting a syntax error and can't figure out where I've ...</description>
</item>
<item>
  <title>threads package missing is_running</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5170.html</link>
  <pubDate>Fri, 2 May 2008 15:14:13 GMT</pubDate>
  <description>Hi All, I'm attempting to use the 'threads' module in ActivePerl 5.8.0 build 805. Everything seems to work until I attempt to shut the process down gracefully. When I call is_running() the whole thing crashes with the following output (main thread starts the shutdown after 10 seconds): Starting Thread Test This is the main thread (1) This is the child thread (0) This is the main thread (2) This is the main thread ...</description>
</item>
<item>
  <title>DB_File Module not working</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5168.html</link>
  <pubDate>Fri, 25 Apr 2008 14:39:22 GMT</pubDate>
  <description>I'm trying to carry out some remote debugging with some Perl CGI scripts. My Mac with Leopard already had Perl installed but I needed some other Perl modules, including DB_File, so I installed ActivePerl in a separate directory, choosing the default one of /usr/local/ActivePerl-5.8/bin, and used PPM to install the missing modules. I changed PATH so that this directory came at the beginning. I have a script that checks that the extra modules ...</description>
</item>
<item>
  <title>PERL Telnet Script problem</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5165.html</link>
  <pubDate>Fri, 25 Apr 2008 11:58:22 GMT</pubDate>
  <description>Hi All, Please review following code. there is no output against the code. the script runs and prints the starting strings and nothing more. More over I was missing Net::Telnet module. So I downloaded it from CPAN. Unzipped it , then I manually copied the Telnet.pm extracted from zip at path /usr/perl5/5.00503/Net Any help. #!/usr/bin/perl -w # A TELNET SCRIPT # # REMOTE TELNET FETCH ...</description>
</item>
<item>
  <title>Getting MIME::Lite working on Windows</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5162.html</link>
  <pubDate>Wed, 23 Apr 2008 16:36:18 GMT</pubDate>
  <description>Hi All, I need some help with MIME::Lite on Windows. I'm running ActivePerl 5.8.8 Build 817 on all my Windows boxes &amp; I just finished installing the MIME-Lite-3.01 from the Active State PPM repository, along with all the pre-requisite modules. I'm attempting to port a perl program from AIX Unix where this program works down to Windows where it breaks. I only have a requirement to send out emails, not to receive ...</description>
</item>
<item>
  <title>ActivePerl 822 and Windows GUI look/feel</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5155.html</link>
  <pubDate>Sun, 20 Apr 2008 05:56:05 GMT</pubDate>
  <description>activeperl: I am attempting to build a GUI application on XP using ActivePerl 822. It is required that I use/ configure widgets that match the look and feel of native Win32 controls (exactly, or very nearly so). I've played with several GUI toolkit/ framework choices: 	Tk 	Win32::GUI 	Prima 	Wx Of the four, Tk seems to be the best documented and the defacto standard for Perl GUI development. Both of these ...</description>
</item>
<item>
  <title>GD and libgd, please help</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5154.html</link>
  <pubDate>Tue, 15 Apr 2008 16:51:35 GMT</pubDate>
  <description>Hello All, This issue happens with ActiveState Perl 5.010 for Windows. I'm using the GD module to generate an image. Everything is ok except for the following. When I try to use the function copyRotated, I get the following error message: libgd 2.0.33 or higher required for copyRotated support at GDTestScript.pl line 73 I'm using the latest version of GD.pm (2.35) and I also tried installing the same ...</description>
</item>
<item>
  <title>broken perlapp in version 5-10.</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5152.html</link>
  <pubDate>Tue, 15 Apr 2008 04:01:32 GMT</pubDate>
  <description>hey all, When I'm trying to debug a given, standalone executable app using perlapp (ie: after I am done creating it) the resulting app doesn't seem to have an @INC to do tracing. I get output like the following: Can't locate feature.pm in @INC (@INC contains:) at perlapp line 688. at perlapp line 688 (note: I'm on a drive other than C: when doing this) Also, is there any trick to getting bound files? I'm ...</description>
</item>
<item>
  <title>perl installation wizard</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5150.html</link>
  <pubDate>Mon, 14 Apr 2008 06:02:44 GMT</pubDate>
  <description>hey all, I'm not sure I was clear in my last email about what I was looking for - I'm using ActiveState's perl, and perlApp, perlTray, etc. are really cool, but.. what I'm looking for is a perl application which does all of the stuff you'd expect from a self-installing executable: * checks for disk space * picks a installation directory in program files * allows for setup scripts to be run in the install ...</description>
</item>
<item>
  <title>getopt long</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5146.html</link>
  <pubDate>Sun, 13 Apr 2008 13:51:14 GMT</pubDate>
  <description>I've been under the impression that Getopt::Long is included with most (if not all) distributions of perl. Recently I've encountered a few Activestate versions that don't seem to have it installed. What the current policy with this package - is it included? As of which version did it become standard? Thanks, Mike Ellery _______________________________________________ ActivePerl mailing list ActivePerl To ...</description>
</item>
<item>
  <title>ANNOUNCE: ActiveState Perl Dev Kit 7.2 released</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5145.html</link>
  <pubDate>Mon, 7 Apr 2008 17:06:57 GMT</pubDate>
  <description>ActiveState is pleased to announce the release of Perl Dev Kit 7.2, the essential tool suite for Perl developers that facilitates the creation and deployment of professional Perl applications. ActiveState Perl Dev Kit 7.2 contains fixes and Perl 5.10 support for PerlNET as well as some other bug fixes. Read the abbreviated release notes attached below, or read all the details here: ...</description>
</item>
<item>
  <title>FW: ActivePerl-5.8.8.822-MSWin32-x86-280952.msi HTML documentationmalformed</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5140.html</link>
  <pubDate>Thu, 3 Apr 2008 04:04:36 GMT</pubDate>
  <description>activeperl: The following message bounced because it had an attachment. I have posted the original message and the screenshot to my Drupal site: http://www.holgerdanske.com/node/141 Any suggestions? TIA, David -----Original Message----- From: David Christensen [mailto:dpchrist] Sent: Saturday, March 01, 2008 10:32 PM To: 'activeperl' Subject: ...</description>
</item>
<item>
  <title>Re: PerlScript - FileSystemObject - Windows Scrpting Host</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5136.html</link>
  <pubDate>Wed, 2 Apr 2008 21:55:42 GMT</pubDate>
  <description>From: oscar gil &lt;racsolig&gt; &gt; Hello everybody, &gt; &gt; Can anyone tell me why this simple code does not work? &gt; &gt; &lt;Job ID="Test"&gt; &gt; &lt;script language=PerlScript&gt; &gt; &gt; $objFSO = $WScript-&gt;CreateObject("Scripting.FileSystemObject"); &gt; $objFile = $objFSO-&gt;CreateTextFile("test2.txt", ForWriting); &gt; &gt; $objFile-&gt;WriteLine("Hello"); &gt; ...</description>
</item>
<item>
  <title>ppm</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5135.html</link>
  <pubDate>Wed, 2 Apr 2008 16:54:24 GMT</pubDate>
  <description>Hi, I know that ppm works under ActivePerl, but I've seen that it can be installed with cpan under Linux even when not using ActivePerl. However, it doesn't work because anything I search for, it can't find, and I can't even add repositories. I want to install DBD::Oracle under Linux without needing to install the Oracle client before, and I know that at least for Windows there is a ppm repository that offer the DBD::Oracle ...</description>
</item>
<item>
  <title>ActivePerl 5.10 and Oracle/ODBC</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5128.html</link>
  <pubDate>Tue, 1 Apr 2008 20:14:29 GMT</pubDate>
  <description>I've just tried to install ActivePerl 5.10 (1002) but apparently there are no DBD-ODBC or DBD-Oracle modules yet. Any idea when they should arrive? Or should I just use 5.8.8 (822)? -- Henry Hartley Westat _______________________________________________ ActivePerl mailing list ActivePerl To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs ...</description>
</item>
<item>
  <title>Unable to write to files using CGI</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5123.html</link>
  <pubDate>Tue, 1 Apr 2008 01:54:55 GMT</pubDate>
  <description>I have a CGI script that worked perfect for several years that writes contents of a file from the web on one webserver. I am setting a new web server, and running this time the same script but under https instead of http. The script is very simple: #!/usr/bin/perl use CGI; my $q = new CGI; print $q-&gt;header(); $user = $q-&gt;param('user'); $pass = $q-&gt;param('pass'); if($user eq "Eduard" ...</description>
</item>
<item>
  <title>Apache and mod_perl question</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5122.html</link>
  <pubDate>Sat, 29 Mar 2008 23:46:26 GMT</pubDate>
  <description>Hello All, I might not be in the right mailing list for this question, but I think there a lot of people here that might be able to answer it. I apologize in advance if I'm wrong. I'm using Apache 2.2 with mod_perl. I'm trying to write a module to analyze certain aspects of each request made to Apache (basically, specific malicious requests) and, if some conditions are met, give a special response. I'm not having trouble ...</description>
</item>
<item>
  <title>read date stamp on file</title>
  <link>http://readlist.com/lists/listserv.activestate.com/activeperl/1/5120.html</link>
  <pubDate>Fri, 28 Mar 2008 21:09:56 GMT</pubDate>
  <description>Hello: I have a program that reads the size of the file by the following line: $size = stat($upload_filename)-&gt;size; Is there a similar line I can use to get the date / time stamp of the file. Thanx, and appreciate your feedback. Regards, Ted _______________________________________________ ActivePerl mailing list ActivePerl To unsubscribe: ...</description>
</item>
</channel>
</rss>
