I find the extensive volume of modules available through CPAN to be somewhat at odds with its search capacities.I\'m aware that there is a lot of data stored about modules, including the dlsip tags.Ho
I have a server that I can ssh into but that\'s it. Otherwise it is totally closed off from the outside world. I\'m trying to deploy some scripts I wrote to it but they have several Perl dependencies
I ha开发者_JAVA百科ve been using the Spreadsheet::ParseExcel to list the contents of spreadsheet. I\'ve seen several examples on how to dump the entire spreadsheet.I really would like to see how to us
I want to write one Pod file for perlop and perlopref.My gut instinct is to say something like =head1 PRECEDENCE
I have a raw email, (MIME multipart), and I want to display this on a website (e.g. in an iframe, with tabs for the HTML part and the plain text part, etc.). Are there any CPAN modules or Template::To
We have a server farm that we are slowly migrating to a new versionof Perl (5.12.1).We are currently running 5.8.5.The OS will be upgraded from RedHat 4 to RedHat 5 as well, but RedHat 5 is still back
I want to install perl modules on a shared server on which I do not have root access. How can I do this? They also seem to have an older version of CPAN (it complains about tha开发者_开发技巧t when ru
Can someone tell me why the main does not find the methods generated by Class::Accessor in this very small and trivial example ?
Which package from CPAN should I use to send mail? Sometime the timtowtdi approach is very tiring. For me, especially when it comes to package selection.
Is there 开发者_开发百科a pure Perl module for AES?Crypt::Rijndael_PP (Rijndael being the algorithm underlying AES).No idea about its quality.