Re: OT: placeholders and DBI

2001-09-01 Thread ryc
Great diagnosis! Turns out somewhere in the code newlines were being converted to '\n' (two characters) in order to prepare the data for mysqlimport. Sorry about the noise on the list for such a silly error.. placeholders do in fact work exactly as expected, but not when combined with faulty code

Re: AxKit.org/axkit.apache.org timing?

2001-09-01 Thread Jeremy Howard
Ed Loehr wrote: > I recently read that AxKit was in the process of becoming an ASF xml > project. Does anyone have a sense of the timing for when this might > happen and when axkit.org/axkit.apache.org will return/arrive? > > Also, does anyone know of a mirror site for axkit.org? > You can see

Re: OT: placeholders and DBI

2001-09-01 Thread Stephen Adkins
Hi, Please make sure that you are indeed trying to put a newline into the database. The string, '\n', is a 2-character string. The string, "\n", is a 1-character string (a newline). So if your text variable is something like 'hello\nworld', it's no wonder the DBI interface tries to preserve the

Re: OT: placeholders and DBI

2001-09-01 Thread Ken Williams
On Sat, Sep 01, 2001 at 02:38:05PM -0500, Mike808 wrote: > ryc wrote: > > ... I am having a problem with DBI (or the db) escaping '\n' > > characters so when they are inserted into the database they become '\\n' > > (ie a '\' followed by 'n'). > > > Does anyone have advice on how this could be do

Re: OT: placeholders and DBI

2001-09-01 Thread Mike808
ryc wrote: > ... I am having a problem with DBI (or the db) escaping '\n' > characters so when they are inserted into the database they become '\\n' > (ie a '\' followed by 'n'). > Does anyone have advice on how this could be done while still using > placeholders so I dont need to prepare the que

OT: placeholders and DBI

2001-09-01 Thread ryc
I have a query that executes many many times that I would like to optimize using placeholders. One of the fields that it will insert into is a 'text' field and I am having a problem with DBI (or the db) escaping '\n' characters so when they are inserted into the database they become '\\n' (ie a '\

Re: AxKit configuration question

2001-09-01 Thread Robin Berjon
On Saturday 01 September 2001 08:02, Ed Loehr wrote: > There's also a note (in AxKit 1.4 change log, I think) that says that > problem is fixed in 1.4. Also, from 'perldoc AxKit': > >If you have a recent mod_perl and use mod_perl's >Makefile.PL DO_HTTPD=1 to compile Apache for you

I want to unsubscribe!!!!!

2001-09-01 Thread Guillaume Denizot
_ Le journal des abonnés Caramail - http://www.carazine.com

Re: Apache::Request cookie handling methods?

2001-09-01 Thread Per Einar
- Original Message - From: "princepawn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 01, 2001 4:52 PM Subject: Apache::Request cookie handling methods? > p.209 of the Eagle Book states that Apache::Request has some > experimental cookie-handling functions. I d

Re: Apache::Request cookie handling methods?

2001-09-01 Thread Ken Williams
[EMAIL PROTECTED] (princepawn) wrote: >p.209 of the Eagle Book states that Apache::Request has some >experimental cookie-handling functions. However, neither perldoc >Apache or perldoc Apache::Request has the word cookie anywhere in >their body. The cookie-handling stuff is called Apache::Cookie.

Re: IPC::Shareable, or, it's supposed to SHARE it, not make more!

2001-09-01 Thread Joe Schaefer
"Rob Bloodgood" <[EMAIL PROTECTED]> writes: > The code in expire_old_accounts is creating a new tied ARRAYREF instead of > replacing the value of the hash key on this line: > > $ACCOUNTS{'QUEUE'} = [@accounts]; #also tried \@accounts; > > This didn't happen w/ IPC::Shareable 0.52. But 0.6

Apache::Request cookie handling methods?

2001-09-01 Thread princepawn
p.209 of the Eagle Book states that Apache::Request has some experimental cookie-handling functions. However, neither perldoc Apache or perldoc Apache::Request has the word cookie anywhere in their body. CGI::cookie() is wonderful, but I feel funny using CGI.pm and CGI::Cookie under mod_perl and

AxKit.org/axkit.apache.org timing?

2001-09-01 Thread Ed Loehr
I recently read that AxKit was in the process of becoming an ASF xml project. Does anyone have a sense of the timing for when this might happen and when axkit.org/axkit.apache.org will return/arrive? Also, does anyone know of a mirror site for axkit.org? Regards, Ed Loehr

ANNOUNCE: OpenInteract 1.2

2001-09-01 Thread Chris Winters
The following message is a courtesy copy of an article that has been posted to comp.lang.perl.announce as well. A new version (1.2) of OpenInteract has been released to CPAN. OpenInteract is an extensible web application server built on Apache, mod_perl, the Template Toolkit and SPOPS object per

modperl for netware

2001-09-01 Thread H Jayakumar
Are there any suggestions in building mod_perl for NETWARE using codewarrior ?