Do you still program in Perl?

來源:互聯網
上載者:User

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.

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.