http://www.perlmonks.org?node_id=979294


in reply to poll ideas quest 2012

The most valuable resource that helps me code Perl is:

Replies are listed 'Best First'.
Re^2: poll ideas quest 2012
by talexb (Chancellor) on Jul 13, 2012 at 20:39 UTC

    Also,

    • IRC
    • perl -de 1
    • perldoc

    Alex / talexb / Toronto

    "Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

      Excellent points. Thanx!

      I wonder how many people turn to perldoc. Or is it just one of those things people tell other people to do. :P

        For me, “perldoc” has 3 distinct (albeit related) meanings:

        • The perldoc command line tool. I seldom use this.
        • The perldoc website. I keep this permanently open in my browser, and refer to it regularly. I particularly like the convenience of the “Search” feature.
        • The downloaded documentation (perldoc.tar.gz). I use the HTML version for browsing when the website is down or slow, and the PDF version for printed hardcopies, which make great bedtime reading. ;-)

        So, yes, some of us, at least, do regularly turn to perldoc. It’s a great resource, and, for me, one which has become almost indispensable. (And, while I’m at it, I should highlight the perldoc FAQs and Tutorials, valuable resources which are all-too-easy to overlook in the heat of programming.)

        Athanasius <°(((><contra mundum

Re^2: poll ideas quest 2012
by space_monk (Chaplain) on Nov 01, 2012 at 13:54 UTC
    • POD