seven_shen has asked for the wisdom of the Perl Monks concerning the following question:
use WWW::Mechanize;
use WWW::Mechanize::Firefox;
use Firefox::Application;
print "before open\n";
my $mech =WWW::Mechanize::Firefox->new(launch=>"C:\\Program
Files\\Mozilla Firefox 3.6\\firefox.exe");
print "after open\n";
While, Firefox can be open, but perl informs following error:
Failed to connect to, Can't call method "process" on an undefined value at C:/Perl64/site/lib/MozRepl/Plugin/Base.pm line 173
This code runs successfully on 32bit XP. What could be the cause?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: firefox application on 64bit os problem
by marto (Cardinal) on Apr 14, 2011 at 14:47 UTC | |
|
Re: firefox application on 64bit os problem
by BrowserUk (Patriarch) on Apr 14, 2011 at 15:13 UTC | |
by Corion (Patriarch) on Apr 14, 2011 at 15:58 UTC | |
by BrowserUk (Patriarch) on Apr 14, 2011 at 16:43 UTC | |
by Corion (Patriarch) on Sep 22, 2011 at 08:47 UTC | |
by seven_shen (Acolyte) on Sep 22, 2011 at 08:44 UTC | |
by Corion (Patriarch) on Sep 22, 2011 at 08:55 UTC |