cpan
Does CPAN installing of new modules impact Perl-CGI applications on same live production server?
I have some Perl/CGI programs on a CentOS Linux web开发者_如何学Pythonserver. I wish to write further applications that require Perl modules not currently installed.[详细]
2023-01-23 20:27 分类:问答What's the status of Meta 2 support in the Perl toolchain?
I\'m about to release new versions of some of my modules, and I\'m wondering which metadata files I should include in the distributions.The CPAN Meta Spec version 2 has been released, but I\'m not sur[详细]
2023-01-23 07:06 分类:问答Remove Perl modules from CPAN on Mac
As far as I know it is required to run CPAN with sudo on Mac sudo perl -MCPAN -e shell to install new modules. Theoretically, a module can be removed by deleting it from the Perl folders.[详细]
2023-01-22 05:47 分类:问答What is the purpose of Parse::CPAN::Authors?
What is the purpose of the Parse::CPAN::Authors module? use Parse::CPAN::Authors; # must have downloaded[详细]
2023-01-22 04:18 分类:问答How can I convert a number to its English form in Perl?
I need a Perl script which takes numbers as input example 222 and it should outpu开发者_运维技巧t as two hundred twenty two.Use Lingua::EN::Numbers - turn \"407\" into \"four hundred and seven\", etc.[详细]
2023-01-21 19:02 分类:问答How can I generate URL slugs in Perl?
Web frameworks such as Rails and Django has built-in support for \"slugs\" which are used to generate readable and SEO-friendly URLs:[详细]
2023-01-21 13:12 分类:问答What is the correct way to add a utility module to a CPAN distribution?
I would like to factor out some of the stuff in Crypt::SSLeay\'s Makefile.PL into a couple of separate开发者_Go百科 classes. These classes would only be used by Makefile.PL. As such, I do want them[详细]
2023-01-21 04:54 分类:问答How can I get App::cpanminus to work?
I have just installed a fresh copy of ubuntu 10.10. I installed perl 5.12.2 following brian d foy\'s recommended outline and then installed cpanminus by invoking curl -L http://cpa开发者_开发问答nmin.[详细]
2023-01-20 03:45 分类:问答Should I use an alternative from CPAN to replace Frontier::RPC2?
I have been using Frontier::RPC2 for my XML-RPC server, with Frontier::Client on the client side... but have noticed these modules have not been maintained recently.[详细]
2023-01-20 03:36 分类:问答What is the recommended way of doing date arithmetics in Perl?
What is the recommended way of doing date arithmetics in Perl开发者_C百科? Say for example that I want to know the date three days ago from today (where today = 2010-10-17 and today - 3 days = 2010-1[详细]
2023-01-20 03:27 分类:问答