Difference between revisions of "Tools/en"

Jump to navigation Jump to search
784 bytes added ,  14 years ago
Perl module prerequisites
(Tools summary section)
(Perl module prerequisites)
Line 36: Line 36:
* the storage space you have for the final result
* the storage space you have for the final result
* how to make the selection if necessary.
* how to make the selection if necessary.
==Prerequisites==
You'll need a bunch of Perl modules to run these scripts.  Here is a list of modules one tester ([[User:Ijon]]) had to install given a plain Perl 5.10 installation on Ubuntu Linux.  Your mileage may vary.  Install them using CPAN (perl -MCPAN -e shell), CPANPLUS (cpanp(1)), or your distro's Perl bundling mechanism.
* Array::PrintCols
* Getargs::Long
* HTML::Parser
* HTML::Tagset
* LWP
* Log::Agent
* Log::Log4perl
* Term::Query
* URI
* XML::DOM
* XML::NamespaceSupport
* XML::Parser
* XML::Parser::PerlSAX
* XML::RegExp
* XML::SAX
* XML::SAX::Expat
* XML::Simple
I managed to install these by installing this subset and allowing automatic installation of dependencies:
* XML::Simple
* XML::DOM
* Term::Query
* Array::PrintCols
* Log::Log4perl
* Getargs::Long


==Usage==
==Usage==
23

edits

Navigation menu