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 =~