Re: performance problems...

2001-06-15 Thread Dariusz Pietrzak
> > >$$data =~ s/(.*?)(\)(.*?)(\name="description".*?\>)/$1$4$3/is; I'd use one

Re: performance problems...

2001-06-13 Thread Joshua Chamas
> 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 =~

performance problems...

2001-06-13 Thread Christian Heiss
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