perl-module
Installing modules using Strawberry Perl
Until now I used ActiveState\'s ActivePe开发者_运维问答rl, and used the ppm for installing modules.[详细]
2023-03-19 19:04 分类:问答Perl IPTables Module Installation Error
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.[详细]
2023-03-19 13:47 分类:问答how to fake a perl module for dependency?
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[详细]
2023-03-16 05:58 分类:问答Including files in pm modul
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.[详细]
2023-03-15 01:47 分类:问答Include constant in pod
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\";[详细]
2023-03-14 15:18 分类:问答Perl error: can't call method "encpass" on an undefined value - WHY?
What is the problem with the following code as \"root\" user: chpwd.pl #!/usr/bin/perl use Unix::PasswdFile;[详细]
2023-03-12 13:25 分类:问答How can I tell perl the path for a module?
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[详细]
2023-03-11 16:56 分类:问答LWP is same as libwww-perl?
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?[详细]
2023-03-11 08:48 分类:问答perl module installation shared host
My shared hosting is missing two Perl modules required by Amazon SES Scripts. They are: Digest::SHA and XML::LibXML[详细]
2023-03-09 20:21 分类:问答Custom perl installation cannot find Git.pm
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[详细]
2023-03-09 08:51 分类:问答