Re: Is there a "poor man's" perldoc?
- From: John Bokma <john@xxxxxxxxxxxxxxx>
- Date: Thu, 04 Mar 2010 13:44:42 -0600
"jl_post@xxxxxxxxxxx" <jl_post@xxxxxxxxxxx> writes:
So what I'm asking is: Is there a pure-Perl way to view a module's
perldoc documentation, particularly if the "perldoc" package is not
installed (and I have no power to install it)?
perldoc *is* pure Perl.
Install Pod::Perldoc and locally [1], it comes with perldoc.
Just set a path to it, or:
perl -MPod::Perldoc -e'Pod::Perldoc->run()' Time::Local
perldoc -q 'own module'
--
John Bokma j3b
Hacking & Hiking in Mexico - http://johnbokma.com/
http://castleamber.com/ - Perl & Python Development
.
- Follow-Ups:
- Re: Is there a "poor man's" perldoc?
- From: jl_post@xxxxxxxxxxx
- Re: Is there a "poor man's" perldoc?
- References:
- Is there a "poor man's" perldoc?
- From: jl_post@xxxxxxxxxxx
- Is there a "poor man's" perldoc?
- Prev by Date: Re: perl -014pe
- Next by Date: How can I write "print $F[4] if exists $F[4]" even simpler?
- Previous by thread: Is there a "poor man's" perldoc?
- Next by thread: Re: Is there a "poor man's" perldoc?
- Index(es):
Relevant Pages
|