Re: [Boston.pm] search list

2002-11-27 Thread Joe Johnston
* Komtanoo Pinpimai [EMAIL PROTECTED] [02-11-27 12:06]: Yesterday, my friend told me that python and php have a built-in function to search their array. For python he said that python implements array with something like heap and it benefits for searching in array

Re: [Boston.pm] search list

2002-11-27 Thread John Tobey
On Mon, Dec 16, 2002 at 08:54:38AM +0700, Komtanoo Pinpimai wrote: Hello, If I want to know that an element is exist in a datastructure, I can use hash to achieve with O(1): $x{a}=1; $x{b}=1; do something .. if exists $x{a}; I don't know Python's or PHP's implementation, but for

[Boston.pm] problem with Redhat 8.0, Apache, mod_perl, libapreq

2002-11-27 Thread John Abreau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Content-Type: text/plain; charset=us-ascii I'm trying to install RequestTracker on a Redhat 8.0 box, and I'm getting stuck on libapreq, the perl module that provides Apache::Cookie. Whether I'm trying it from the rt build, or via -MCPAN, or by

Re: [Boston.pm] Re: problem with Redhat 8.0, Apache, mod_perl, libapreq

2002-11-27 Thread John Abreau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Content-Type: text/plain; charset=us-ascii [EMAIL PROTECTED] writes: *mod_perl* doesn't work with Apache2.x yet. You need to downgrade to apache1.x if you want/need mod_perl to work. See the apache website for more info. Yup, that seems to