Tag: http

  • Forcing Perl to install CPAN packages via HTTP (i.e. avoiding FTP)

    If you are behind a firewall and your FTP connectivity with the external world is just restricted you might get frustrated with Perl’s automatic way of installing packages (via CPAN) because it uses FTP protocol by default. Solution Edit your CPAN settings file (probably /etc/perl/CPAN/Config.pm) and change the line: it should look like this: After […]