Drats - just when I got the regexp worked out too...
 $_=~ m/(<A)(.*?)( <\/A>)/

> > [matching web page links]
> > [using regexes]
>
> Don't use regexes. They aren't the right tools for the task.
>
> Use one of the cpan modules for parsing web pages.
> Some are written specifically for pulling out links.
>
> http://search.cpan.org/

Reply via email to