Anyone wanting to take mp1 and mp2 variants for a test spin -- very appreciated.
Thanks.
Original Message
Subject: svn commit: r437104 -
Date: Sat, 26 Aug 2006 07:20:59 -
To: modperl-cvs@perl.apache.org
From: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
Author: pgollu
Hi,
Don't parse data your own!
Use:
- CGI.pm (comes with your perl installation by default) or
- libapreq http://search.cpan.org/~joesuf/libapreq2-2.08/
I'd say libapreq is the better choice if you start from scratch. The
documentation you are referring
to talks about internal redirect's which y
One more thing. Did you know that there are SOAP-Modules available:
- http://search.cpan.org/~rkobes/Apache2-SOAP-0.72/
- http://search.cpan.org/~byrne/SOAP-Lite-0.69/
Tom
Erland Nylend wrote:
>Thanks for replying,
>
>On 2006-08-25, 13:04, Perrin Harkins wrote:
>
>
>>HTTP has defined roles of
Well maybe this is because if you run the scripts in the console you do
it as
another user with another environment than your apache is working. Try
to sync
the environment.
Tom
Jay Buffington wrote:
> Hi,
>
> I'm using DBI with DBD::Oracle. I've noticed that under scripts the
> default date fo
Erland Nylend wrote:
The CPE is the client, sending HTTP POST
_queries_ with some data. The remote management server (apache server)
is sending HTTP POST _replies_ back, but those also contains data.
Okay, that makes sense. Persistent connections shouldn't require any
additional work on your
Thank you all very much. As mentioned, this isn't a mod_perl issue.
That NLS_ variable sounded familiar. I looked in my httpd.conf and found this:
PerlSetEnv NLS_LANG american_america.we8iso8859p1
Which controls (among many other things) the default date format.
I've moved that line out of the