in reply to Perl Man Pages

You bring up the perl documentation with the perldoc command. If you have perl installed on your system, open a command window and type perldoc perl for a directory of what's available. For starters, you can:

If you are using ActivePerl, there should be an entry in your start menu that will start your browser on their html-ized documentation. I'm not sure what other Windows perl distributors provide for documentation.

--- print map { my ($m)=1<<hex($_)&11?' ':''; $m.=substr('AHJPacehklnorstu',hex($_),1) } split //,'2fde0abe76c36c914586c';

Replies are listed 'Best First'.
Re: Re: Perl Man Pages
by Tanalis (Curate) on Jan 13, 2003 at 20:42 UTC
    .. and if all else fails, there's always the online version of perldoc, which has a searchable archive of the perl docs and manpages.

    -- Foxcub