Yet another perldoc option
authorGisle Aas <aas@aas.no>
Wed, 2 Oct 1996 22:00:35 +0000 (00:00 +0200)
committerChip Salzenberg <chip@atlantic.net>
Wed, 15 Jan 1997 19:24:00 +0000 (07:24 +1200)
commita2333f3625faa17fb193cfa25c3d598cb59f105f
tree8dff421e3b7aefc6578dab22832c6942c7c17dc3
parent88f0eda82bb679b4e6445ccb17e18d0781c6a5da
Yet another perldoc option

Subject: Re: Yet another perldoc option

I have added a new option to perldoc that just make it print the file
name of the module found.  This enables me to say things like:

 $ grep VERSION $(perldoc -l lwp)

which I find handy.  This is also handy for various scripts that want
to reuse perldoc's module search algorithm.  Perhaps this really
should have been made into a proper module.  The 'l' was inspired by
grep(1).

p5p-msgid: <199610022200.AAA15334@furubotn.sn.no>
utils/perldoc.PL