On 26/11/06, Chris Picone ccool2ax@gmail.com wrote:
I don't know anything about Perl, but I get this foreign error trying to run the script in my ocmmand line:
Can't locate HTML/FormatText.pm in @INC [...]
hope it's of any use and thanks a lot!
That means you don't have HTML::FormatText installed, which is a prerequisite module. You also need HTML::TreeBuilder and WWW::Mechanize. For information on installing Perl modules, see http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules .