1SITEPODS(1) User Contributed Perl Documentation SITEPODS(1)
2
3
4
6 sitepods - print out the paths to the modules that this site added
7
9 This program shows the paths to module pods that are in the site_perl
10 directories.
11
13 $ sitepods
14 /usr/local/devperl/lib/site_perl/5.00554/i686-linux/XML/Parser/Expat.pm
15 /usr/local/devperl/lib/site_perl/5.00554/i686-linux/XML/Parser.pm
16
17 You can also run this using alternate perl binaries, like so:
18
19 $ oldperl -S sitepods
20 ....
21
23 faqpods(1), modpods(1), pods(1), podpath(1), and stdpod(1).
24
26 Copyright (c) 1999 Tom Christiansen
27
28 This is free software. You may modify it and distribute it under
29 Perl's Artistic Licence. Modified versions must be clearly indicated.
30
31
32
33perl v5.8.8 2006-03-30 SITEPODS(1)