Do you still program in Perl?
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: 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. 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. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |