in reply to how to create pod.idx
pod.idx files are not needed to use Perl or the perldoc system. A pod.idx file simply contains a list of .pod files. To generate a list of pod files on a *nix system you would use:
locate .pod >filelist
Although I don't know why you would want to do this. Perhaps if you tell us what you are trying to accomplish?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to create pod.idx
by Joost (Canon) on Apr 16, 2005 at 20:24 UTC |