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-2018 Mark Leighton Fisher.
30
32 This is free software; you can redistribute it and/or modify it under
33 the terms of either: (a) the GNU General Public License as published by
34 the Free Software Foundation; either version 1, or (at your option) any
35 later version, or (b) the Perl "Artistic License". (This is the Perl 5
36 licensing scheme.)
37
38 Please note this is a change from the original pmtools-1.00 (still
39 available on CPAN), as pmtools-1.00 were licensed only under the Perl
40 "Artistic License".
41
42
43
44perl v5.38.0 2023-07-21 PMLS(1)