> > >$$data =~ s/(.*?)(\)(.*?)(\name="description".*?\>)/$1$4$3/is;
I'd use one
> Christian Heiss wrote:
>
> >sub Script_OnFlush {
> >if($Response->{ContentType} eq 'text/html') {
> >my $data = $Response->{BinaryRef};
> >$$data =~ s/(.*?)(\)(.*?)(\)/$1$4$3/isg;
> >$$data =~ s/(.*?)(\)(.*?)(\name="description".*?\>)/$1$4$3/is;
> >$$data =~
Hi there,
I have a PIII 800Mhz Linux Box with:
SuSE7.0, Apache1.3.17, mod_perl1.24_01,
ASP2.15
The following optional modules are
installed:
>... found Apache::Filter ! >... found Apache::SSI
! >... found CGI ! >... found Compress::Zlib
! >... found DB_File ! >... found Devel::Symdump