Click to See Complete Forum and Search --> : perl man pages


Butcher
09-10-2001, 08:07 PM
Hi

I'm a complete newbie to Linux and I would like to know how to find the perl man pages on my Linux system (Redhat 7.1).

Thanks in advance

eXtremist
09-11-2001, 07:35 AM
Type "man perl" in a console, and on that page there will be a list of keywords.. You can use any of these to aid you. Simply type "man whatever" and it'll show you the help.

ie)
man perl
man perldelta
man perlfaq
man perldebug

and so on...