in reply to Re: Getting remote files
in thread Getting remote files
However, here is a quick and easy way to do it..
From the command line:
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:bash$ perl -MCPAN -e shell
If you're going to install it with the files you found on cpan.org, then follow the instructions in the above mentioned Tutorial.cpan>install File::Remote
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);'
|
|---|