1PMDIRS(1)             User Contributed Perl Documentation            PMDIRS(1)
2
3
4

NAME

6       pmdirs - print out module directories
7

DESCRIPTION

9       This just prints out the current @INC path, one directory per line.
10       This is for people who don't want to parse through "perl -V" output or
11       hack up their own calls to "perl -e".
12

EXAMPLES

14           $ pmdirs
15           /home/tchrist/perllib/i686-linux
16           /home/tchrist/perllib
17           /usr/local/devperl/lib/5.00554/i686-linux
18           /usr/local/devperl/lib/5.00554
19           /usr/local/devperl/lib/site_perl/5.00554/i686-linux
20           /usr/local/devperl/lib/site_perl/5.00554
21           .
22
23       This also works for alternate version of Perl:
24
25           $ filsperl -S pmdirs
26           /home/tchrist/perllib
27           /usr/local/filsperl/lib/5.00554/i686-linux-thread
28           /usr/local/filsperl/lib/5.00554
29           /usr/local/filsperl/lib/site_perl/5.00554/i686-linux-thread
30           /usr/local/filsperl/lib/site_perl/5.00554
31           .
32

SEE ALSO

34       perlrun(1), perlvar(1), lib(3)
35

AUTHORS and COPYRIGHTS

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