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::
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
Nevermind, problem solved -- I'm a dorkus today
- ben
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
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
---
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 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
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