![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re: Extracting informationby quent (Beadle) |
on Jan 09, 2002 at 20:12 UTC ( #137476=note: print w/replies, xml ) | Need Help?? |
There are a few things wrong with your code. It doesn't use warnings
or strict. It has inconsistent indentation. It is trying to parse
HTML with simple regular expressions. You could do worse than using
something already built for such a purpose like HTML::LinkExtor or
HTML::SimpleLinkExtor.
In Section
Seekers of Perl Wisdom
|
|