> On Tue, 26 Jun 2001, Tim Wood wrote:
> 
> > Drats - just when I got the regexp worked out too...
> >  $_=~ m/(<A)(.*?)( <\/A>)/
> 
> Until you get to the one that is like
> 
> <a href="some/url">
>   a bunch of stuff
> </a>

And of course, when you fix that simple exception,
the next slightly more complicated exception comes
along. And then the next. And...

Hence, "use the modules".

Reply via email to