I'm trying to retrieve a list of links. The documentation for this module is
not very clear.

- Chris


use WWW::Mechanize;
my $mech = WWW::Mechanize->new();

$url='http://www.google.com';
$mech->get( $url );

print (join "\n",$mech->links());

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to