cpan
How to test/classify CPAN modules for utf8 correctness
Here is an excellent question and the wonderful tchrist\'s answer with 7+24+52 advices&comments how to make an perl program utf8 safe.[详细]
2023-03-11 17:41 分类:问答Which perl module for creating/updating bugs on Bugzilla 4.0.1?
I have a large amount of bugs from Jira and Github that I want to transfer to Bugzilla. I can easily get the Jira bugs via xml and Github through the Net::Github API. The issue is with creating the bu[详细]
2023-03-10 12:54 分类:问答Is there any CPAN module for parsing .DIF (Data Interchange Format) files?
开发者_如何学编程Is there any CPAN module for parsing Data Interchange Format (.DIF) files?There doesn\'t appear to be.If you wind up writing one, please consider contributing it to CPAN.[详细]
2023-03-09 22:23 分类:问答HTML::Entities encoding and single ampersand
I\'m attempting to use the following line of perl, as described here:Does anyone know of a vim plugin or script to convert special characters to their corresponding HTML entities? - to encode HTML ent[详细]
2023-03-07 17:12 分类:问答How best to override/wrap core functions like sysread when they are called in another package
I开发者_高级运维\'m working on a fairly complex application written in Perl. I\'m fairly experienced with the language, but I\'m just stumped on this.[详细]
2023-03-06 23:28 分类:问答Perl module Net::ARP, arp_lookup
I 开发者_C百科want to look up a MAC adrress by an IP. use Net::ARP; $mac = Net::ARP::arp_lookup($dev,\"192.168.1.1\");[详细]
2023-03-06 12:49 分类:问答perl String::Approx on Arrays
I\'m using String::Approx to find the most alike match for a two-item array out of a list of others.I was pleasantly surprised to find that you can use amatch() to compare an array to an array althoug[详细]
2023-03-06 09:42 分类:问答Automatically Install Package-Based Perl Modules in Ubuntu
I would like to install the Perl modules required by a specific Perl script开发者_StackOverflow中文版, such as those listed by the perl-depends tool. However, I would like to do that in Ubuntu using t[详细]
2023-03-05 16:22 分类:问答Config file handling in Perl
There are plenty of Modules in the Config:: Namespace on CPAN, but they are all limited in ond way or another.[详细]
2023-03-04 20:34 分类:问答Strawberry CPAN crash after Camelbox installation
CPAN of my Strawberry perl installation used to work fine. A while ago I installed Camelbox perl to get its GTK libraries. I fixed the PATHs to leave no trace of Camelbox, and added its libs PERL5LIB.[详细]
2023-03-04 16:03 分类:问答