RE: learning WWW::Mechanize

2007-11-12 Thread Dan Fish
Assuming what you are really looking for from this is the page returned by the search, then you need to move the line: print $mechObject -> content; to the end. -Dan --- #!/usr/bin/perl use strict; use warnings; use WWW::Mechanize; my $queryString = 'HelloWor

Re: learning WWW::Mechanize

2007-11-12 Thread Rob Dixon
newBee wrote: Hi after going over the FAQ and the examples I decided to write a small script to understand the WWW::Mechanize module. Since Google has one field and two buttons I thought this would be a straight forward one. So I wrote the fallowing script. At the end of the script I thought the

learning WWW::Mechanize

2007-11-12 Thread newBee
Hi after going over the FAQ and the examples I decided to write a small script to understand the WWW::Mechanize module. Since Google has one field and two buttons I thought this would be a straight forward one. So I wrote the fallowing script. At the end of the script I thought the script will fill