in reply to Opinions on usefulness of Perldoc

I must say that I rarely use perldoc for the core, except for the always useful perldoc -f func.

Instead I rely on books, especially the Camel 3.

I often use perldoc with modules though. As soon as you install a new module it's doc is accessible using perldoc module. That's very cool!