For the URLs you could use Regexp::Common::URI, or something like this regex:
m#\<a href="([^"]+)"\>(.*?)\</a\>#
Alternatively you could use a module to parse the HTML, maybe that would simplify things.
In reply to Re: matching links in a web request
by moritz
in thread matching links in a web request
by semio
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |