1PMLS(1) User Contributed Perl Documentation PMLS(1)
2
3
4
6 pmls - long list the module path
7
9 This is mostly here for people too lazy to type
10
11 $ ls -l `pmpath CGI`
12
14 $ pmls CGI
15 -r--r--r-- 1 root root 190901 Dec 6 03:19
16 /usr/local/devperl/lib/5.00554/CGI.pm
17
18
19 $ oldperl -S pmls CGI
20 -r--r--r-- 1 root root 186637 Sep 10 00:18
21 /usr/lib/perl5/CGI.pm
22
24 pmpath(1)
25
27 Copyright (C) 1999 Tom Christiansen.
28
29 Copyright (C) 2006-2008 Mark Leighton Fisher.
30
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.12.0 2010-05-04 PMLS(1)