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

NAME

6       pmcat - page through a module file
7

DESCRIPTION

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

SEE ALSO

25       pmpath(1)
26

AUTHORS and COPYRIGHTS

28       Copyright (C) 1999 Tom Christiansen.
29
30       Copyright (C) 2006-2008 Mark Leighton Fisher.
31
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.12.0                      2010-05-04                          PMCAT(1)
Impressum