> > > $$data =~ s/(.*?)(\<META name="description".*?\>)(.*?)(\<META >name="description".*?\>)/$1$4$3/is; I'd use one <META name=".*?" sth and then parse $1. Your way goes back and forth the parsed file a couple of times --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- performance problems... Christian Heiss
- Re: performance problems... Joshua Chamas
- Dariusz Pietrzak