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
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
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