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 Copyright (C) 2006-2008 Mark Leighton Fisher.
35
36 This is free software; you can redistribute it and/or modify it under
37 the terms of either: (a) the GNU General Public License as published by
38 the Free Software Foundation; either version 1, or (at your option) any
39 later version, or (b) the Perl "Artistic License". (This is the Perl 5
40 licensing scheme.)
41
42 Please note this is a change from the original pmtools-1.00 (still
43 available on CPAN), as pmtools-1.00 were licensed only under the Perl
44 "Artistic License".
45
46
47
48perl v5.12.0 2010-05-04 PODPATH(1)