in reply to Which modules provide highest return-on-investment?

I agree with moritz that there are many that require very little effort and pay handsomely. I interpret your question to also mean, what requires a lot of effort but ends up worth it in the end. These are pretty web centric but I recommend XML::LibXML, HTTP::Request, Catalyst, and any RFC/Standards based modules like URI or JSON. Modules like these, the latter or HTTP::Request (and HTTP::Response) especially, have the wonderful side-effect of teaching you how the underlying standards and technologies work. When you pick those up you're also picking up loads of extra knowledge which will transfer to other areas of work and even other languages.

  • Comment on Re: Which modules provide highest return-on-investment?

Replies are listed 'Best First'.
Re^2: Which modules provide highest return-on-investment?
by missingthepoint (Friar) on Oct 11, 2008 at 00:11 UTC

    You interpret correctly. Thanks for sharing the web-centric ones... that's exactly the sort of reply I was after. :)


    email: perl -e 'print reverse map { chr( ord($_)-1 ) } split //, "\x0bufo/hojsfufqAofc";'

      I'm lame and undercaffeinated. I left out DBIx::Class and Rose::DB even though I was thinking about them when I started typing. Each of those has a bit of curve, especially when setting things up the first time or two. They repay in spades once any bunch of code or data starts to grow or get hairy or develop special needs.