Forums.ATC.no
Teknisk => Generelt teknisk => Emne startet av: ATC på 10. August 2009, 07:43 am
-
When using Perl CPAN from inside a firewall blocking FTP traffic, how do I prevent CPAN from trying to use the FTP protocol?
-
Add the following line to your CPAN Config.pm:
'dontload_hash' => { 'Net::FTP' => 1 },
For more information about CPAN, see
http://sial.org/howto/perl/life-with-cpan/