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

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
  • Comment on Re^2: mozrepl plus www.mecha firefox - curious errors

Replies are listed 'Best First'.
Re^3: mozrepl plus www.mecha firefox - curious errors
by marto (Cardinal) on Oct 26, 2012 at 08:22 UTC
Re^3: mozrepl plus www.mecha firefox - curious errors
by Khen1950fx (Canon) on Oct 26, 2012 at 00:58 UTC
    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 ));