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


in reply to Re: New User .. Need help with some tutorials or books
in thread New User .. Need help with some tutorials or books

Where can I find the pdf format of Perl Documentation.. All in one pdf file?? Because, the one I downloaded is divided into so many files, and I don't know where to start.. :(
  • Comment on Re^2: New User .. Need help with some tutorials or books

Replies are listed 'Best First'.
Re^3: New User .. Need help with some tutorials or books
by Athanasius (Archbishop) on Sep 20, 2012 at 13:58 UTC
    I don’t know where to start.

    Start with perl and (especially) perlintro. Then tackle the two central Perl topics: references in perlreftut, and regular expressions in perlrequick and perlretut.

    Also take the time to read through the FAQs — not for close study (at first), but to get an overview of the various questions and topics that arise in learning Perl.

    You will want to follow up perlreftut with perldsc and perllol. Also study perltrap to learn the common pitfalls. After all that, you can safely pick and choose as your interests and needs direct :-)

    Hope that helps,

    Athanasius <°(((><contra mundum

      Thanks Athanasius :)