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
28       Copyright (c) 1999 Tom Christiansen
29
30       This is free software.  You may modify it and distribute it under
31       Perl's Artistic Licence.  Modified versions must be clearly indicated.
32
33
34
35perl v5.8.8                       2006-03-30                          PMCAT(1)
Impressum