![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CYGWIN/CPAN install of Expect.pm | white222 | UNIX for Dummies Questions & Answers | 1 | 07-20-2005 05:27 PM |
| PERL & CPAN Intro for Newbies | obitus | Tips and Tutorials | 0 | 06-15-2004 06:20 PM |
| modules under bsd | pgas | UNIX for Dummies Questions & Answers | 2 | 04-28-2004 01:23 AM |
| Compilng Modules | silvaman | UNIX for Advanced & Expert Users | 1 | 06-24-2003 03:40 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
CPAN: using only wget to d/l modules?
Is there a way to tell CPAN not to use Net::Ftp and the ftp binary? I want to only use wget to download perl modules.
|
| Forum Sponsor | ||
|
|
|
|||
|
Not sure about Net::FTP. I guess it will always be tried if the module exists anyway. But if you do not configure the relevant program path in CPAN config, I think cpan should bypass that method. Say, see if it helps by typing
o conf ftp "" on your CPAN shell. Then try fetching. If it works, then just o conf commit to save the setting. |