Just a few questions...

2001-06-12 Thread Matt Ellison
Hello all, I just joined this list, as my company is beginning to make use of mod_perl in a production e-commerce environment. We have been converting several of our heaviest hit CGI's to object-oriented module libraries and mod_perl modules, with pretty good success so far. So far, we have a f

Re: Is this feasible in Perl??

2001-06-12 Thread Cees Hek
On Tue, 12 Jun 2001, F.H wrote: > > Hi All, > I have a text file like this: > > Name ,123-43-4352, JX, 1234 > Sports,123-43-4352, SKI, BaseBall, swimming > Hobbies, 123-43-4352, H1,H2, H3 > Hobbies, 123-43-4352, HH, HHH, 2 > Hobbies,123-43-4352, H1,H43 > > Name ,223-63-9352, JX, 1234 > Spo

Re: Is this feasible in Perl??

2001-06-12 Thread alastair
On Tue, Jun 12, 2001 at 05:19:41PM -0400, F.H wrote: > > Hi All, > I have a text file like this: As has been stated, this question is off-topic for a modperl mailing list. To answer your question - yes, perl was designed to handle this type of problem. However, you'll need to spend some time and

Re: [OT] Is this feasible in Perl??

2001-06-12 Thread Gunther Birznieks
My experience is that architecturally Perl cannot handle this. You should switch to Java and use an Enterprise Java Bean to do all this for you. My hint to you is use a hash where the key is a SSN# to help you. Of course, your description of what you want to accomplish is quite ambiguous so wh

Re: Apache::DBI / DBD::Oracle error

2001-06-12 Thread Ged Haywood
Hi there, On Tue, 12 Jun 2001, Mark Vandenbroeck wrote: > There seems to be some confusion and even incorrectness in this trail. Let's get > some things straight : Thanks for setting me straight! 73, Ged.

Is this feasible in Perl??

2001-06-12 Thread F.H
Hi All, I have a text file like this: Name ,123-43-4352, JX, 1234 Sports,123-43-4352, SKI, BaseBall, swimming Hobbies, 123-43-4352, H1,H2, H3 Hobbies, 123-43-4352, HH, HHH, 2 Hobbies,123-43-4352, H1,H43 Name ,223-63-9352, JX, 1234 Sports,223-63-9352, SKI, BaseBall, swimming Hobbies, 223-63-

Re: handler for error log

2001-06-12 Thread Steven Lembark
> Is it possible to put a handler on the error log so that certain > elements could be filtered? Ideally, I'd like to keep track of how > many times a certain error appears and with a handler that would be a > cake walk. So the handler would 'live' between the main httpd process > and the file, d

Re: Apache::DBI / DBD::Oracle error

2001-06-12 Thread Ged Haywood
Hi again, On Tue, 12 Jun 2001, Eric Kolve wrote: > Yes, I have NLS_LANG set to AMERICAN_AMERICA.WE8ISO8859P1. I seemed to get on better by removing NLS_LANG and ORA_NLS33 from my environment altogether. > BTW, I am also using the latest oracle client libs (8.17) if this > makes any difference;

handler for error log

2001-06-12 Thread John Saylor
Hi Is it possible to put a handler on the error log so that certain elements could be filtered? Ideally, I'd like to keep track of how many times a certain error appears and with a handler that would be a cake walk. So the handler would 'live' between the main httpd process and the file, doing it

Re: Apache::DBI / DBD::Oracle error

2001-06-12 Thread Eric Kolve
Yes, I have NLS_LANG set to AMERICAN_AMERICA.WE8ISO8859P1. BTW, I am also using the latest oracle client libs (8.17) if this makes any difference; as well, I am using perl 5.005. --eric Ged Haywood wrote: > > Hi there, > > On Mon, 11 Jun 2001, Eric Kolve wrote: > > > I recently upgraded to DB

Re: SOAP, WSDL etc.

2001-06-12 Thread James G Smith
"ASHISH MUKHERJEE" <[EMAIL PROTECTED]> wrote: >Can anyone suggest sites which discuss practical >application of SOAP/WSDL with Perl and with code snippets etc.? Or if anyone has any examples etc. that you can forward it will be greatly appreciated. >Also, any recommended books for learning SOAP a

SOAP, WSDL etc.

2001-06-12 Thread ASHISH MUKHERJEE
Dear mod_perlers, Need some help/advice from all of you out there. I am a newbie to SOAP/WSDL etc. though comfortable with Perl/mod_perl. Can anyone suggest sites which discuss practical application of SOAP/WSDL with Perl and with code snippets etc.? Or if anyone has any examples etc. that you

[OT] mmap error in error_log

2001-06-12 Thread B. Burke
I'm running Apache/1.3.14 (Unix) mod_perl/1.24_01 mod_ssl/2.7.1 OpenSSL/0.9.6 on a RedHat 6.2 system. The system seems to be doing fine, but I've noticed that I am getting several messages that look like the following in my apache error_log: [Tue Jun 12 11:21:27 2001] [crit] [client 0.0.0.0] (2

Re: apache with perl,ssl & fronpage module !

2001-06-12 Thread Ged Haywood
Hi there, On Tue, 12 Jun 2001, Gauri wrote: > If i comment out LoadModule & AddModule statements in httpd.conf for > negotiation & proxy the apache server starts & works fine. Try compiling static? 73, Ged.

any fix for this error ?

2001-06-12 Thread Gauri
"Syntax error on line 216 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/mod_negotiation.so into server: ld.so.1: / usr/local/apache/bin/httpd: fatal: relocation error: file /usr/local/apache/libe xec/mod_negotiation.so: symbol __floatdisf: referenced symbol not found

apache with perl,ssl & fronpage module !

2001-06-12 Thread Gauri
hello I m installing apache 1.3.19 on solaris sparc 7 with the following modules : mod_ssl ver 2.8.3-1.3.19 , mod_perl1.25 mod_frontpage (i m using the patch that comes with fp50solaris.tar.gz) heres the way i go about the installation : =