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>

Which is why the parser module is a good idea -- it can handle
non-idiomatic cases like this.

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
Visit beautiful Vergas, Minnesota.

Reply via email to