Apache::RequestNotes and sharing information

2001-10-18 Thread Chui G. Tey
I am using RequestNotes with PerlAccessHandler and a PerlHandler.   When the browser connects for the first time, The PerlAccessHandler sets a session_based cookie, using TIEHASH $r->pnotes("COOKIES")->{'SESSION_ID'} = $session{_session_id};   And the PerlHandler retrieves the session_id us

Re: search engine module?

2001-10-18 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 11:36 AM +0800 10/19/01, Stas Bekman wrote: >Right, my point is that WWW::Search namespace is taken :) Ah. Sorry, my miscommunication. When I said that I "ended up making a WWW::Search" I should have put an "an instance of" in there instead of

Re: search engine module?

2001-10-18 Thread Stas Bekman
Kee Hinckley wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > At 12:56 AM +0800 10/19/01, Stas Bekman wrote: > >>Kee Hinckley wrote: >> >> >>>-BEGIN PGP SIGNED MESSAGE- >>>Hash: SHA1 >>> >>>People have been talking about backend search engines, but when I >>>saw the subject

Excellent article on Apache/mod_perl at eToys

2001-10-18 Thread Andrew Ho
Hello, I checked the list archives and it didn't look like this had been posted yet. For those of you who haven't seen it yet... a great read on perl.com about the Apache/mod_perl setup at eToys, co-authored by our own mod_perl regular contributer Perrin Harkins. http://www.perl.com/pub/a/20

Problem using mod_perl-1.26 with perl 5.6.1 and XML::Parser

2001-10-18 Thread Matthew H. Gerlach
Hi gang, I am fairly new to mod_perl, but I would like to share my recent experience and hope someone might offer some insight into my troubles. Last week I whipped together a simple perl module that used XML::Simple ( a wrapper for XML::Parser) to parse some POST'd content. Once parsed the re

Re: PerlModule not updating %INC

2001-10-18 Thread David Pisoni
At 1.13 +0800 10/17/2001, Stas Bekman wrote: >David Pisoni wrote: > >>>At 18.23 -0400 10/11/2001, Perrin Harkins wrote: >>> >At 18.07 -0400 10/11/2001, Perrin Harkins wrote: > >>>We are using perl 5.6.0 for Apache 1.3/20, with mod_perl 1.26. >>> >>Are you sure? There was a pro

Re: search engine module?

2001-10-18 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 12:56 AM +0800 10/19/01, Stas Bekman wrote: >Kee Hinckley wrote: > >>-BEGIN PGP SIGNED MESSAGE- >>Hash: SHA1 >> >>People have been talking about backend search engines, but when I >>saw the subject I was thinking more about front end class

Re: search engine module?

2001-10-18 Thread Stas Bekman
Kee Hinckley wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > People have been talking about backend search engines, but when I saw > the subject I was thinking more about front end classes. In > particular, last time I looked there wasn't a standard class for > integrating local

Re: search engine module?

2001-10-18 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 People have been talking about backend search engines, but when I saw the subject I was thinking more about front end classes. In particular, last time I looked there wasn't a standard class for integrating local search engines into your code. I