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.
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
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.
What is the purpose of the Parse::CPAN::Authors module? use Parse::CPAN::Authors; # must have downloaded
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.
Web frameworks such as Rails and Django has built-in support for \"slugs\" which are used to generate readable and SEO-friendly URLs:
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
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.
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.
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