I\'m trying to install the cpan module installer and I ran into an issue making the package. I ran: sudo cpan App::cpanminus
I\'m using cpanm to install GD::Image. This is on a Linux system with no root privileges, so I thought this would be the easiest way.
Hello guys am having a problem with downloading modules. Anytime i try to download a module , i get some weird messages. Its possible am doing something wrong because I haven\'t done it before, so its
I want to setup in-house CPAN for distributing our internal code. So I was looking at CPAN::Mini as recommended here. But it looks there are other options as CPAN::Site, CPAN::Dark, Dist::Zilla ...
Until now I used ActiveState\'s ActivePe开发者_运维问答rl, and used the ppm for installing modules.
I\'ve been trying to install the IPTables module for perl http://metacpan.org/pod/IPTables::IPv4 and I\'ve been running into errors during installation.
I am 开发者_Python百科trying to install a Perl module within Strawberry Perl on Windows 7. I\'m running the below command and am getting a slew of messages I don\'t understand. It looks like I a
i\'m having loads of problem in trying to install CPAN Modules. Using the cpan.exe, I try to install a module with, for example, \"install Win32::IE::Mecahnize\" but I end up hitting a wall. In the be
I want make a module for my own \"default use\", e.g.: use My::perldefs; with the following content (mostly based on tchrist\'s post.)
I have a file which has a list of library I need for a perl script. How to tell the perl to automatically install all of them ?