HTML::Entities with libapreq2

2005-10-22 Thread eps com estem
I used a function to "manually" change some html not-xml-allowed into the correspondent correct codification. Now i've tried to use the HTML::Entities cpan module. This is what i had (some ugly regex) foreach (2..14) {$data->{$p} =~ s/$cri->[$_]/$rel->[$_]/g;} This is what i've tried use HTML::

[mp2] Parsing the request in 2.0.2

2005-10-22 Thread ben syverson
Hey all, I have a big app I'm moving from 1.99 to 2.0.2, and I'm banging my head against some simple things. In my old code, in order to get a simple group of key/value pairs, I'd do: my $q = Apache::Request->new($r); my %args = map { $_ => $q->param($_) } $q->param; Has param been phased

Re: [mp2] Parsing the request in 2.0.2

2005-10-22 Thread ben syverson
Nevermind, problem solved -- I'm a dorkus today - ben

Any ppm binaries for modperl-2.0.2??

2005-10-22 Thread Aliet Santiesteban Sifontes
Hi list, does any body knows where I can get ppm binaries for modperl-2.0.2 on win32, the existing ones are for 2.0.1. Best Regards

Re: Any ppm binaries for modperl-2.0.2??

2005-10-22 Thread Philip M. Gollucci
Aliet Santiesteban Sifontes wrote: Hi list, does any body knows where I can get ppm binaries for modperl-2.0.2 on win32, the existing ones are for 2.0.1. Best Regards I'm sure Randy will get around to it soonish. Its only been out 3 days. -- END ---

Re: Any ppm binaries for modperl-2.0.2??

2005-10-22 Thread Randy Kobes
On Sat, 22 Oct 2005, Philip M. Gollucci wrote: Aliet Santiesteban Sifontes wrote: Hi list, does any body knows where I can get ppm binaries for modperl-2.0.2 on win32, the existing ones are for 2.0.1. I'm sure Randy will get around to it soonish. Its only been out 3 days. I just put up a

Apache::AuthenNIS is not mod_perl2 compatible

2005-10-22 Thread IMS - Bird, Mike
Apache::AuthenNIS is included in the list of modules ported to v2. http://perl.apache.org/products/apache-modules.html#Porting_CPAN_modules_to_mod_perl_2_0_Status However, the latest Apache::AuthenNIS version (0.13) still uses mod_perl instead of mod_perl2 and lacks the namespace changes. It

Re: Apache::AuthenNIS is not mod_perl2 compatible

2005-10-22 Thread Philip M. Gollucci
IMS - Bird, Mike wrote: Apache::AuthenNIS is included in the list of modules ported to v2. http://perl.apache.org/products/apache-modules.html#Porting_CPAN_modules_to_mod_perl_2_0_Status However, the latest Apache::AuthenNIS version (0.13) still uses mod_perl instead of mod_perl2 and lacks