gurudutt.rv has asked for the wisdom of the Perl Monks concerning the following question:
I get the following error.#!/usr/bin/perl use strict; use WWW::Mechanize::Firefox; my $mech = WWW::Mechanize::Firefox->new( activate => 1, # bring the tab to the foreground ); $mech->get('http://google.com');
Can someone suggest a workaround?Can't locate object method "new" via package "MozRepl" at /usr/local/s +hare/perl/5.10.1/MozRepl/RemoteObject.pm line 434.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MozRepl Error
by Corion (Patriarch) on Jul 23, 2012 at 07:40 UTC | |
|
Re: MozRepl Error
by aitap (Curate) on Jul 23, 2012 at 07:39 UTC | |
|
Re: MozRepl Error
by Anonymous Monk on Jul 23, 2012 at 07:53 UTC | |
by gurudutt.rv (Initiate) on Jul 25, 2012 at 07:06 UTC | |
by Anonymous Monk on Jul 25, 2012 at 07:26 UTC |