1PMINCLUDE(1) User Contributed Perl Documentation PMINCLUDE(1)
2
3
4
6 pminclude - show the include path for modules (@INC)
7
9 This is mostly here for people too lazy to type:
10
11 $ perl -V | tail
12
14 $ pminclude
15 /etc/perl
16 /usr/local/lib/perl/5.14.2
17 /usr/local/share/perl/5.14.2
18 /usr/lib/perl5
19 /usr/share/perl5
20 /usr/lib/perl/5.14
21 /usr/share/perl/5.14
22 /usr/local/lib/site_perl
23
25 pmls(1), pmpath(1)
26
28 Copyright (C) 2013-2014 Mark Leighton Fisher.
29
31 This is free software; you can redistribute it and/or modify it under
32 the terms of either: (a) the GNU General Public License as published by
33 the Free Software Foundation; either version 1, or (at your option) any
34 later version, or (b) the Perl "Artistic License". (This is the Perl 5
35 licensing scheme.)
36
37 Please note this is a change from the original pmtools-1.00 (still
38 available on CPAN), as pmtools-1.00 were licensed only under the Perl
39 "Artistic License".
40
41
42
43perl v5.28.1 2019-02-02 PMINCLUDE(1)