home / experts / perl / tutorial / 2 |
|
|
PerlHoo::Requirements
PerlBefore we begin, make sure you have a recent version of Perl installed. You should have Perl 5.004 or later. You can determine the version you're using by typing:perl -v at the command line. You can download the latest version of Perl for your operating system at http://www.perl.com/CPAN/ports/index.html or any CPAN mirror.
ModulesYou will need to install the Text::CSV module from the CPAN archive if it's not already on your system. To automate installation from a win32 system, type:ppm install Text-CSV_XS
or from a *nix box type: perl -MCPAN -e shell to open a CPAN shell. Then type: install Text::CSV to install the module.
Win32 ModificationsThere are 3 minor modifications you will need to make if you are using a win32 system:
$rootdir variable at Line 20. Ex. c:/inetpub/wwwroot/perlhoo
|
home / experts / perl / tutorial / 2 |
|
Produced by Jonathan
Eisenzopf and
Created: Mar. 18, 1999
Revised: Mar. 22, 1999
URL: http://www.webreference.com/perl/tutorial/2/