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.
An external Perl library that I am using has a dependency (DBD::mysql) that I will not be using in my application (DBD::SQLite), so I would like the system 开发者_开发知识库to just pretend the depende
I am totally new to Perl/Fastcgi. I have some pm-modules to which will have to add a lot of scripts and over time it will grow and grow. Hence, I need a structure which makes the admin easier.
Is it possible to include the contents of a constant in the POD for a module. Example: use constant DEFAULT_URL => \"http://www.example.com\";
What is the problem with the following code as \"root\" user: chpwd.pl #!/usr/bin/perl use Unix::PasswdFile;
I use a perl module file in my perl script: printtab.pl use Table; Table.pm is present in the same directory as printtab.pl, so as long as I am executing printtab from the directory, it executes f
I use the CPAN tool to install LWP, and it failed. Then I used the PP开发者_高级运维M tool. I can\'t find LWP in PPM, but only libwww-perl (LWP). Are they the same with a different name?
My shared hosting is missing two Perl modules required by Amazon SES Scripts. They are: Digest::SHA and XML::LibXML
I have installed my own copy of Perl in my home directory, but I have some Perl scripts that require Git.pm, which is part of the Git distribution and not installable from CPAN. The Git.pm used by the