perldoc perl will show you a table of contents for all of perldoc. (See here: perl) perlvar has the variable names for example. perlfunc has all the functions. You can view a specific function if you already know its name by perldoc -f functionname. etc. etc. perldoc itself is a bit cryptic at first, but it's not too hard to figure out.