Re: Script running out of memory

2006-05-26 Thread Paul Appleby
Bill, Have you looked at the pure Perl "DBM::Deep" module? Sincerely, Paul Appleby http://myspider.ca Dear All, I have an issue with a CGI script which we are testing on the shared web server of our ISP. The script has to process several hundred thousand rows of data which it r

Re: conveirting PDF to other formats

2005-02-05 Thread Paul Appleby
281-274-2913(W) 281-684-4699(C) 713-664-6240(H) 281-274-2279(F)   ___ ActivePerl mailing list ActivePerl@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs -- Sincerely, Paul Appleby (416) 530-0070 http://www.

Re: Me again, another question

2005-01-24 Thread Paul Appleby
the vertical and horizontal scrolling. This is the effect I need. Thanks again! Attachment converted: Macintosh HD:frame_sample.xls (XLS4/XCEL) (6E98) ___ ActivePerl mailing list ActivePerl@listserv.ActiveState.com To unsubscribe: http://listserv.Act

RE: perl & MySQL

2005-01-03 Thread Paul Appleby
ata source dbi:MySQL, no data driver specified and DBS_DSN env var not set Any ideas? Thanks, Jerry ___ ActivePerl mailing list ActivePerl@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs -- Sincerely, Paul Appleby (416) 530-0070 http://www.paulapp

Re: how to change %20 back into a blank space

2004-12-28 Thread Paul Appleby
---> A B C             Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. ___ ActivePerl mailing list ActivePerl@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs -- Sincerely, Paul Appleby (416)

Re: Stupid RE question.

2004-12-27 Thread Paul Appleby
for using ?, the non-greedy notation. That would then make me feel doubly safe. Sorry, I can't recall what those scenarios were. Paul Paul Appleby wrote: Michael, This might be safer: $line=~/^([^-]*?)-/; $everything_to_first_hyphen=$1; Why would that be ? And safer than what (you removed t

Re: Stupid RE question.

2004-12-27 Thread Paul Appleby
non-attachments, ___ ActivePerl mailing list ActivePerl@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs -- Sincerely, Paul Appleby (416) 530-0070 http://www.paulappleby.com http://myspider.ca ___ Act

Re: system call with path to executable

2004-12-16 Thread Paul Appleby
ecessary: $ENV{'PATH'}.="\;C:/inetpub/web/sub"; $ENV{'PATH')=~s%\\%/%g;  ### Not really needed. system (anyprogram.exe arg1"); I don't think I need the original PATH info while this script runs. So *adding* the sub's path may be unnecessary, when just se

Re: system call with path to executable

2004-12-16 Thread Paul Appleby
is script runs. So *adding* the sub's path may be unnecessary, when just setting the PATH to the sub's path may be sufficient. Paul Paul Appleby wrote: Bill, I tried your suggestions, but they didn't work. I did, however, manage to come up with two solutions. The first is the

Re: system call with path to executable

2004-12-15 Thread Paul Appleby
d the argument(s): C:/inetpub/web/sub/anyprogram.exe arg1 Then do a system call to the batch file: system ("info.bat"); I prefer the first method. Thanks again Bill. Paul Paul Appleby wrote: I am trying to make a system call to an executable that is in a subdirectory in the web roo

system call with path to executable

2004-12-15 Thread Paul Appleby
a path to the executable. For example, this doesn't work: system ("C:/inetpub/web/sub/anyprogram.exe arg1"); I'm using Perl 5.6.1 on Windows 2000 and IIS 5. Thanks. -- Sincerely, Paul Appleby ___ ActivePerl mailing list [EM

Re: perl pdf viewing

2004-12-06 Thread Paul Appleby
Title: Re: perl pdf viewing Bill, I believe the modules you mentioned are all for creating PDF's. Sam Gardner was looking for a way to "...  extract text". Paul Paul Appleby wrote: > Sam, > > I use "pdftotext", an executable bundled with XPDF from foola

Re: perl pdf viewing

2004-12-06 Thread Paul Appleby
acy or completeness of information contained in this communication. ___ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs -- Sincerely, Paul Appleby (416) 530-0070 http://www.

Re: regex double substitution

2004-12-02 Thread Paul Appleby
f an offer to buy any securities discussed herein. Keefe, Bruyette & Woods, Inc. makes no representation as to the accuracy or completeness of information contained in this communication.   ___ ActivePerl mailing list [EMAIL PROTECTED] To unsubscri

Re: regex double substitution

2004-12-02 Thread Paul Appleby
r a solicitation of an offer to buy any securities discussed herein. Keefe, Bruyette & Woods, Inc. makes no representation as to the accuracy or completeness of information contained in this communication.   ___ ActivePerl mailing list [EMAIL PROTECTED

Re: regex question

2004-10-27 Thread Paul Appleby
ribe: http://listserv.ActiveState.com/mailman/mysubs -- Sincerely, Paul Appleby (416) 530-0070 http://www.paulappleby.com http://myspider.ca ___ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs