NET::FTP
IO::File
HTTP::Request
HTTP::Response
LWP::UserAgent
and one external program: 'unzip' (the directory of the unzip binary needs to be in the $PATH environment variable.
To install the required modules, you can use the following from the CPAN shell:
To enter the CPAN shell:
perl -MCPAN -e shell
To install modules:
cpan> install Bundle::libnet
cpan> install Bundle::LWP
cpan> install IO
cpan> quit
More detailed information regarding CPAN can be found at http://www.perl.com/CPAN/.
Back to Index Next