Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Layout of "pure pod" files in a hierarchy?

by sgifford (Prior)
on Jul 01, 2003 at 22:03 UTC ( [id://270655]=note: print w/replies, xml ) Need Help??


in reply to Layout of "pure pod" files in a hierarchy?

According to its manpage, perldoc will search in any directories in the environment variable PERL5LIB. So if you wanted some POD documentation in a Pod directory or a doc directory and some mixed into libraries in lib and other mixed into executables in bin, you could just write a small script that did:
PERL5LIB=./Pod:./lib:./bin perldoc "$@"
to tell perldoc to search in those three places.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://270655]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-16 05:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found