On 4/18/06, sfantar <[EMAIL PROTECTED]> wrote:

> I am at the moment trying to write on a script which gets the url
> between " in the <a href="http...">.

Don't waste time writing code to parse a complex markup like HTML;
it's hard to do it correctly. Use a parser, such as HTML::LinkExtor.

    http://search.cpan.org/author/GAAS/HTML-Parser-3.51/lib/HTML/LinkExtor.pm

Hope this helps!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to