
Perl
文章平均质量分 77
magic_dreamer
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Perl Huge XML Solution(1)Split Files and Multiple Threads
Perl Huge XML Solution(1)Split Files and Multiple Threads1. Upgrade the Perl>sudo yum install cpan>sudo cpancpan>install Bundle::CPANcpan>reload cpancpan>upgradeNot working with Er...原创 2015-07-23 02:48:36 · 130 阅读 · 0 评论 -
Perl Project Improvement(1) Perl Installation and CPAN
Perl Project Improvement(1) Perl Installation and CPAN> perl -vThis is perl 5, version 16, subversion 0 (v5.16.0) built for darwin-2levelCPAN installationLog::Log4perlYAML::XSData::Dumpe...原创 2016-06-10 05:04:36 · 221 阅读 · 0 评论 -
Perl Project Improvement(2)Redis and Multi-Threads and Error Handler for System
Perl Project Improvement(2)Redis and Multi-Threads and Error Handler for System1 Redis Command and KnowledgeAlways open this URL for references of all the commandhttp://redis.io/commandsHe...原创 2016-06-10 05:12:28 · 104 阅读 · 0 评论 -
Perl Project Improvement(3)Perl and XML, IDE and Regex and SQS
Perl Project Improvement(3)Perl and XML, IDE and Regex and SQS1 XML PERL OperationSearch for and ignore if there is time perl -ne 'if (/referencenumber/){ s///; s/.*?>//; s/原创 2016-07-01 05:17:27 · 141 阅读 · 0 评论