1PMCAT(1) User Contributed Perl Documentation PMCAT(1)
2
3
4
6 pmcat - page through a module file
7
9 Given a module name, figure out the path name and send that to the
10 user's pager.
11
12 $ pmcat CGI
13
14 This works also on alternate installed versions of Perl:
15
16 $ oldperl -S pmcat strict
17
18 $ filsperl -S pmcat Threads
19
20 This command is mostly here for people too lazy to type
21
22 $ more `pmpath CGI`
23
25 pmpath(1)
26
28 Copyright (C) 1999 Tom Christiansen.
29
30 Copyright (C) 2006-2014 Mark Leighton Fisher.
31
33 This is free software; you can redistribute it and/or modify it under
34 the terms of either: (a) the GNU General Public License as published by
35 the Free Software Foundation; either version 1, or (at your option) any
36 later version, or (b) the Perl "Artistic License". (This is the Perl 5
37 licensing scheme.)
38
39 Please note this is a change from the original pmtools-1.00 (still
40 available on CPAN), as pmtools-1.00 were licensed only under the Perl
41 "Artistic License".
42
43
44
45perl v5.34.0 2021-07-23 PMCAT(1)