加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 大数据 > 正文

Do you still program in Perl?

发布时间:2020-12-16 00:22:50 所属栏目:大数据 来源:网络整理
导读:Notice a great post on reddit,the author listed some useful modules in it. I am excited for that Perl community always appears to be full of vitality and innovation that surprise us. Below content is referring to webpage ?http://www.reddit

Notice a great post on reddit,the author listed some useful modules in it. I am excited for that Perl community always appears to be full of vitality and innovation that surprise us.

Below content is referring to webpage

?http://www.reddit.com/r/programming/comments/b3vnu/do_you_still_program_in_perl/


Currently at home I'm using Perl for:
A web scraper which uses WWW::Mechanize, HTTP::Request and pQuery for the communication and HTML heavy lifting,Moose as the OO system (it's amazing!) andLog::Log4Perlfor logging.

DBIx::Class is used to interface with the database back-end (from SQLite to MySQL).

A couple personal sites written either with Catalyst or CGI::Application. The latter is now re-branded as Titanium and should switch to it.
During development,I use Plack as an amazing Perl web serverwith which I can easily test sites.

I use Gearman::XS (::Worker and ::Client) either to distribute requests and replies for computationally expensive operations across my machines (netbook can ask desktop or macmini,for example) or for "parallelising" tasks using less code and having less headaches.

I use Cache::Memcached::Fast as an easy way to store/fetch key/values on the amazing Memcached server.

The one module I have on CPAN uses?Any-Moose?for its OO,so that in case you have the faster?Mouse??it'll use that instead of Moose.

That's at home. I do love Perl.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读