1PODPATH(1) User Contributed Perl Documentation PODPATH(1)
2
3
4
6 podpath - print the path to the pod
7
9 This is just a front-end that calls either stdpods or pmpath depending
10 on what it looks like. It works on both regular the standard podpages
11 and the module ones.
12
14 $ podpath Cwd
15 /usr/local/devperl/lib/5.00554/Cwd.pm
16
17 It works with alternate installations, too:
18
19 $ devperl -S podpath perlfunc
20 /usr/local/devperl/lib/5.00554/pod/perlfunc.pod
21
22 $ oldperl -S podpath IO::Handle
23 /usr/lib/perl5/i386-linux/5.00404/IO/Handle.pm
24
25 $ filsperl -S podpath Thread
26 /usr/local/filsperl/lib/5.00554/i686-linux-thread/Thread.pm
27
29 stdpods(1), pmpath(1), perlmodlib(1).
30
32 Copyright (c) 1999 Tom Christiansen
33
34 This is free software. You may modify it and distribute it under
35 Perl's Artistic Licence. Modified versions must be clearly indicated.
36
37
38
39perl v5.8.8 2006-03-30 PODPATH(1)