perl

DTU10MW pile processing by perl

创建替换字符串pattern 解析pattern得到修改后的内
… 阅读全文>>

perl diamond

我的perl直觉 diamond “<>” is a very important operator in perl, which can input the file,such as “<STDIN>”,"<STDOUT>","<…>" (源自int
… 阅读全文>>

perl批量工作机器程序

背景分析 很多时候,我们需要执行一条命令比如`batchFlu
… 阅读全文>>

perl拆分大文件到excel表

背景介绍 在风资源分析中,经常需要导出测风塔和风机点位不同扇区
… 阅读全文>>

perl读取mysql数据库

perl中常见的文件打开关闭有open和IO模块等,而有时候涉及大量的 数据保存和打开的时候,就得借助数据库的使用,提供缓存的功能,并 使得保存的数据占用量最少,访问更快捷。下面就perl的mysql数据库访问 做一个简要的介绍。
… 阅读全文>>

perl中文乱码问题

binmode可以很好的解决perl中问题,采用Encode1,Encode等方式不管用
… 阅读全文>>

Perl_Summary

why need perl? If you need strong text regex processing ,use perl! One paragraph I copied from perldoc perlintro: The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal). Its major features are that it’s easy to use, supports both procedural and object-oriented (OO) programming, has powerful built-in support for text processing, and has one of the world’s most impressive collections of third-party modules. To me, perl means a report programmer with practical experience.
… 阅读全文>>