FEAR::API FEAR::API - There's no fear with this elegant site scraper #7

重寫範例 1

Old

use WWW::Mechanize;
use Data::Dumper;
my $mech = WWW::Mechanize->new();
$mech->get( "http://google.com" );
print Dumper $mech->links;
continued...
Copyright © 2006 Yung-chung Lin