NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
perldoc (Score:1)
Then, there's always the HTML-style docs you can use.
Re:perldoc (Score:1)
perldoc; it's that perldoc produces no output:C:\>perl -vThis is perl, v5.6.1 built for MSWin32-x86-multi-thread
...
C:\>perldoc File::Find
C:\>
And what's funny is:
C:\>perldoc Meow::Foo
No documentation found for "Meow::Foo".
C:\>
Strangeness.