bash$ perl -MCPAN -e shell
If you have already used CPAN.pm before you will get a command prompt where you type in install File::Remote Otherwise it will take you through an interactive setup, which allows you to choose a whole bunch of different mirrors to get the packages from, nifty! See below for more visual instruction:
cpan>install File::Remote
If you're going to install it with the files you found on cpan.org, then follow the instructions in the above mentioned Tutorial.
Infact, just ignore what I wrote and go view that tutorial, as I'll probably only confuse you!
P.S. I forgot to mention, it will find all dependencies for you, as far as modules are concerned!
--~~--~~--~~--~~--~~--~~--~~--~~--~~--~~--~~--~~--~~--
perl -e '$a="3567"; $b=hex($a); printf("%2X\n",$a);'
|