Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
use HTML::LinkExtor; $p = HTML::LinkExtor->new(\&cb, "http://www.perl.com";); sub cb { my($tag, %links) = @_; print FIL "$tag @{[%links]}\n"; } $p->parse_file("index.html");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) Re: Cant figure out this part?
by jeffa (Bishop) on Aug 06, 2002 at 14:25 UTC | |
|
Re: Cant figure out this part?
by dreadpiratepeter (Priest) on Aug 06, 2002 at 13:53 UTC | |
|
Re: Cant figure out this part?
by derby (Abbot) on Aug 06, 2002 at 14:44 UTC | |
|
Re: Cant figure out this part?
by ides (Deacon) on Aug 06, 2002 at 13:55 UTC |