
1arryb
User
May 19, 2009, 3:56 PM
Post #4 of 16
(724 views)
|
|
Re: [ikarapet] Can't locate SelectSaver.pm in @INC
[In reply to]
|
Can't Post
|
|
Hi ikarapet, Read the CPAN perldoc (type "perldoc CPAN"). If you are impatient, try:
perl -MCPAN -e shell cpan>install SelectSaver The first time you run CPAN it will ask you a ton of questions: 1. For the most part, just accept the defaults. 2. Tell it you want to follow dependencies (ask is ok too, you just have to hang around during the install to say "yes" to the prompts). 3. Pick your region and select a few mirrors to download packages from. I have no recommendations about which ones are better than others. UPDATE: It could be that your installation of IO/File is screwed up, also. If things still aren't working after the SelectSaver install, Try running CPAN again and [re]installing 'IO::File'. Cheers, Larry
(This post was edited by 1arryb on May 19, 2009, 4:00 PM)
|