Re: HTML::Entities with libapreq2

2005-10-24 Thread eps com estem
Sorry, the error was not related with HTML::Entities. The error was when modifying the data obtained with my $table = $req->param; (libapreq2) With previous versions i guess $table could be modified (my prg worked!), now i get the error Can't locate object method "STORE" via package "APR::Reques

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::