Do you still program in Perl?

Source: Internet
Author: 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:
A Web scraper which uses
Www: machize,
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
Catalyst or
CGI: application. The latter is now re-branded
Titanium and shocould 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 SS my machines (netbook can ask desktop or macmini,
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'll use that instead
Of moose.

That's at home. I do love Perl.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.