|
use of DBI; I am getting multiple error messages mixed in with the correct output. On Wed, 23 Apr 2008 13:40:58 -0700 (PDT) smallpond <smallpond(a)juno.com> wrote: s> Each call to fetchrow_arrayref gets a new row, but you s> only check numFields once. So your rows don't all have s> the same number of fields. That SELECT SQL query will not return a variable number of fields. The problem is ... 24 Apr 2008 21:13
FAQ 2.5 I grabbed the sources and tried to compile but gdbm/dynamic loading/malloc/linking/... failed. How do I make it work? This is an excerpt from the latest version perlfaq2.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 24 Apr 2008 20:26
use of DBI; I am getting multiple error messages mixed in with ?the correct output. Ted <r.ted.byers(a)rogers.com> wrote in news:f4fc5e2a-56e8-415f-b8bd-55d669300711(a)a70g2000hsh.googlegroups.com: On Apr 24, 6:31�pm, Martijn Lievaart <m...(a)rtij.nl.invlalid> wrote: On Thu, 24 Apr 2008 14:10:08 +0000, Ben Bullock wrote: Ted <r.ted.by...(a)rogers.com> wrote: Try running the follow... 24 Apr 2008 20:26
Apache::AutoIndex - Perl replacment for mod_autoindex anyone have an experience using this? The real question: does using this speed the creation of a directory index in Apache significantly? We have directories with thousands of small files. Thanks! ... 24 Apr 2008 19:38
Alternative to Parallel::ForkManager Scenario: I am expecting 3 files in a drop directory. They won't necessarily all arrive at the same time. I want to begin processing the each file as soon as it arrives (or as close to arrival time as is reasonable). Would the best way to go about this be to simply have a script that takes a filename as a par... 24 Apr 2008 18:03
use of DBI; I am getting multiple error messages mixed in with?the correct output. On Thu, 24 Apr 2008 14:10:08 +0000, Ben Bullock wrote: Ted <r.ted.byers(a)rogers.com> wrote: Try running the following script to clarify what this means: #!/usr/bin/perl use warnings; use strict; my $a; my $b = ""; print "a is defined\n" if defined($a); print "b is defined... 24 Apr 2008 18:03
Removing trailing newlines - I want to read a file line-by line and write it line by line to another file. Regarless of environment I want newline start with DOS's \x0d\x0a Here's the code snippet: $ii=open(MYHAN,"<file01.htm"); open(MYHAN2,">>receive.htm"); binmode(MYHAN); binmode(MYHAN2); while ($line=<MYHAN>) { chomp($line); ... 24 Apr 2008 15:39
pb download file on internet site hi, no errors in my code, but not downloaded file on my disk . getstore ($url, $filename) not working? i don't know, any ideas? thanks, #!/usr/bin/perl -w use strict; use warnings; use LWP::UserAgent; use LWP::Simple; use HTML::SimpleLinkExtor; my $base='https://username:password(a)www.mysite.co... 24 Apr 2008 15:39
Trying to get a simple SOAP server to work I am trying to follow this guide to make a perl based SOAP server: http://articles.techrepublic.com.com/5100-22-1046624.html But the client times out waiting for a response. If I visit the perl cgi script in the browser I get a "500 internal error" and when I look in the apache error log I can see these message... 24 Apr 2008 14:51
FAQ 2.7 Is there an ISO or ANSI certified version of Perl? This is an excerpt from the latest version perlfaq2.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 24 Apr 2008 14:03 |