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

NAME

6       pmpath - show full path to a perl module
7

SYNOPSIS

9       pmpath module ...
10

DESCRIPTION

12       For each module name given as an argument, produces its full path on
13       the standard output, one per line.
14

EXAMPLES

16           $ pmpath CGI
17           /usr/local/devperl/lib/5.00554/CGI.pm
18
19           $ filsperl -S pmpath IO::Socket CGI::Carp
20           /usr/local/filsperl/lib/5.00554/i686-linux-thread/IO/Socket.pm
21           /usr/local/filsperl/lib/5.00554/CGI/Carp.pm
22
23           $ oldperl -S pmpath CGI CGI::Imagemap
24           /usr/lib/perl5/CGI.pm
25           /usr/lib/perl5/site_perl/CGI/Imagemap.pm
26

SEE ALSO

28       pmdesc(1), pmvers(1), pmcat(1).
29
31       Copyright (c) 1999 Tom Christiansen
32
33       This is free software.  You may modify it and distribute it under
34       Perl's Artistic Licence.  Modified versions must be clearly indicated.
35
36
37
38perl v5.8.8                       2006-03-30                         PMPATH(1)
Impressum