If I type
man perl
on the command line, I get the man page for perl, which lists all of the sections into which the perl man pages have been split. How do I access one of these sections? For instance, the first section is perlintro, but if I type
man perlintro
I get an error saying there is no such manual entry. How do I access these parts of the manual?
Thanks!