in reply to The sad state of Perl documentation

I remember when first learning Perl that the problem for me was knowing which part of the documentation to read. Reading the FAQ a number of times as I got more comfortable with Perl was very useful, but the most important man page for beginners is IMHO perlfunc.

I still have a special link to that page in my local docs structure simply because most times when I need to refer to the documentation, that's the page I'm after.

  • Comment on RE: The sad state of Perl documentation