http://www.perlmonks.org?node_id=1000975


in reply to mozrepl plus www.mecha firefox - curious errors

You probably don't have the module WWW::Mechanize::Firefox installed on your system or in your Perl standard directories which is on your system.

If you tell me, I'll forget.
If you show me, I'll remember.
if you involve me, I'll understand.
--- Author unknown to me
  • Comment on Re: mozrepl plus www.mecha firefox - curious errors

Replies are listed 'Best First'.
Re^2: mozrepl plus www.mecha firefox - curious errors
by Perlbeginner1 (Scribe) on Oct 26, 2012 at 00:19 UTC
    hello there


    guess that you were right- i want to i have to check it via commmandline...

    btw- a superb motto -


    If you tell me, I'll forget.
    If you show me, I'll remember.
    if you involve me, I'll understand.


    great words - and now i am going to check the prerequisites ... come back
      This will take care of the prerequisites:
      #!/usr/bin/perl BEGIN { $| = 1; $^W = 1; } use strict; use autodie; use warnings; use CPAN; CPAN::Shell->install(qw( Task::Mechanistic Spiffy Filter::Util::Call Test::Base HTML::Selector::XPath JSON IO::Pty IPC::Run Params::Util Class::Default Data::JavaScript::Anon Net::Telnet Carp::Clan Text::SimpleTable Class::Data::Inheritable AppConfig Carp::Clan Data::Dump Text::SimpleTable AppConfig Template Class::Accessor Template::Provider::FromDATA UNIVERSAL::require Module::Pluggable::Fast URI MozRepl MozRepl::RemoteObject parent Algorithm::C3 Class::C3 MRO::Compat Math::BigInt Object::Import ExtUtils::Command Shell::Command Task::Weaken IO::HTML WWW::Mechanize::Link WWW::Mechanize::Firefox ));