08-02-2012, 12:47 PM
|
|
|
It's 42
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
|
http://search.cpan.org/dist/libwww-perl/lwpcook.pod
If you need to get the file you can extract at the source ;)
or
#!/usr/bin/perl
use LWP::Simple qw(!head);
use HTML::SimpleLinkExtor;
my @links = HTML::SimpleLinkExtor->new->parse(get $page)->a;
|
|
|