>From my experience, Mechanize is much easier to use than LWP.
On Sun, Apr 27, 2008 at 7:28 AM, J. Peng <[EMAIL PROTECTED]> wrote: > On Sun, Apr 27, 2008 at 2:52 AM, hotkitty <[EMAIL PROTECTED]> wrote: > > This is my first experience w/ PERL and I've searched everywhere but > > haven't found the answer. As an example, how do I simply open a > > webpage (www.bloomberg.com) then click on each link within that > > webpage that contains "Calpers Chief Buenrostro" and then click on > > each link in that link that contains "Frederick of Schwab"? > > > > WWW::Mechanize is useful for your purpose. See: > http://search.cpan.org/~petdance/WWW-Mechanize-1.34/lib/WWW/Mechanize.pm<http://search.cpan.org/%7Epetdance/WWW-Mechanize-1.34/lib/WWW/Mechanize.pm> > > And see the example usages of this module: > > http://search.cpan.org/~petdance/WWW-Mechanize-1.34/lib/WWW/Mechanize/Examples.pod<http://search.cpan.org/%7Epetdance/WWW-Mechanize-1.34/lib/WWW/Mechanize/Examples.pod> > > > -- > J. Peng - QQMail Operation Team > eMail: [EMAIL PROTECTED] AIM: JeffHua > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > http://learn.perl.org/ > > >