Re: performance problems...
> > >$$data =~ s/(.*?)(\)(.*?)(\name="description".*?\>)/$1$4$3/is; I'd use one
Re: performance problems...
> 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 =~