Thanks a lot for the explaining ... Yes Perl => Practical Extraction and Reporting Language ...
On Tuesday, April 2, 2013 3:04:36 PM UTC+8, yong wrote: > > > 就是从一定格式的文件里提取出某些数据,计算後生成新的报告,以前都是拿COBOL做的,其它编程语言要么速度慢要么做这种事很费劲(比如C语言),perl的语法和运行速度都很适合做这类事情。归集按照需要归集的内容可以分成成本归集,费用归集什么的 > 从我的 Blackberry(R) 无线手持设备发送 > ------------------------------ > *From: * "lamp.purl" <[email protected] <javascript:>> > *Date: *Mon, 1 Apr 2013 23:40:29 -0700 (PDT) > *To: *<[email protected] <javascript:>> > *Cc: *<[email protected] <javascript:>> > *Subject: *Re: 答复: Re: [PerlChina] why not still Perl > > 可否细细解释数据归集计算?隐隐觉得熟悉的字眼,只是不知道在做什么。如果是跨数据源计算的话,那正是我们现在的用场。 > > On Saturday, March 30, 2013 8:41:14 PM UTC+8, yong wrote: >> >> >> shell当然也行,但是你得看做同样的事要付出多少代价,比如数据归集计算方面,用perl做很轻松(perl在国外的会计、审计方面用得很多),用shell做同样的事情不知道得绕多少弯 >> 从我的 Blackberry(R) 无线手持设备发送 >> ------------------------------ >> *From: * zzhiou <[email protected]> >> *Sender: * [email protected] >> *Date: *Sat, 30 Mar 2013 14:10:37 +0800 >> *To: *<[email protected]> >> *ReplyTo: * [email protected] >> *Subject: *Re: [PerlChina] why not still Perl >> >> >> 这个嘛,工具而言,他有多强取决于用他的人!10年前我喜欢用perl觉得好玩,人家要什么,都能很快实现,今天,我也不喜欢perl >> 了,不是因为工具不行了,因为我想perl能实现的,shell 也行的。 >> >> Sent from Samsung Mobile >> >> >> >> -------- Original message -------- >> From: Ce Zheng <[email protected]> >> Date: >> To: [email protected] >> Subject: Re: [PerlChina] why not still Perl >> >> >> ruby1.9前的版本性能是硬伤,不过ruby从名字看就是很多东西借鉴Perl的,设计目标就是Perl的下一代,继承者,很多ruby的特性Larry >> Wall也很喜欢,准备加到Perl6里去的 >> >> >> Python秉承的是和Perl、Ruby完全不同的哲学了,这个见仁见智了。我最开始是用Python,后来因为工作需要学习了Perl,刚开始的确被Perl一件事有无穷无尽的方法来做这样华丽的聪明迷住了,但是后来也正是这个特性给我惹过不少的麻烦,现在除非是regex-intense的脚本,我都不会选择用Perl了。当然了,unix-admin这一块目前Perl还是无法被取代的,但是当年在Web领域Per会l被PHP干掉,自由其道理。 >> >> >> 2013/3/29 Ken Peng <[email protected]> >> >>> 我仍然使用perl进行web开发,虽然其他语言如ruby/python看起来更流行。 >>> 我们2台接口服务器用的modperl,每天处理100W+IP的访问,全是动态请求,服务器一点压力没有。 >>> 如下是其中一台,最近3天的访问IP统计: >>> >>> Stat for 29/Mar/2013: >>> --------------------- >>> Access IP: 547049 >>> >>> Stat for 28/Mar/2013: >>> --------------------- >>> Access IP: 567215 >>> >>> Stat for 27/Mar/2013: >>> --------------------- >>> Access IP: 552174 >>> >>> perl开发简单快速、性能也不是问题,所以我仍然使用它。 >>> >>> -- >>> 您收到此邮件是因为您订阅了 Google 网上论坛的"PerlChina Mongers 讨论组"论坛。 >>> 要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 [email protected]。 >>> 要向此网上论坛发帖,请发送电子邮件至 [email protected]。 >>> 通过以下网址访问此论坛:http://groups.google.com/group/perlchina?hl=zh-CN。 >>> 要查看更多选项,请访问 https://groups.google.com/groups/opt_out。 >>> >>> >>> >> -- >> 您收到此邮件是因为您订阅了 Google 网上论坛的"PerlChina Mongers 讨论组"论坛。 >> 要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 [email protected]。 >> 要向此网上论坛发帖,请发送电子邮件至 [email protected]。 >> 通过以下网址访问此论坛:http://groups.google.com/group/perlchina?hl=zh-CN。 >> 要查看更多选项,请访问 https://groups.google.com/groups/opt_out。 >> >> >> >> -- >> 您收到此邮件是因为您订阅了 Google 网上论坛的"PerlChina Mongers 讨论组"论坛。 >> 要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 [email protected]。 >> 要向此网上论坛发帖,请发送电子邮件至 [email protected]。 >> 通过以下网址访问此论坛:http://groups.google.com/group/perlchina?hl=zh-CN。 >> 要查看更多选项,请访问 https://groups.google.com/groups/opt_out。 >> >> >> > -- 您收到此邮件是因为您订阅了 Google 网上论坛的"PerlChina Mongers 讨论组"论坛。 要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 [email protected]。 要向此网上论坛发帖,请发送电子邮件至 [email protected]。 通过以下网址访问此论坛:http://groups.google.com/group/perlchina?hl=zh-CN。 要查看更多选项,请访问 https://groups.google.com/groups/opt_out。
