pmcat.1p

Langue: en

Autres versions - même langue

Version: 1999-02-16 (debian - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

pmcat - page through a module file

DESCRIPTION

Given a module name, figure out the path name and send that to the user's pager.
     $ pmcat CGI
 
 

This works also on alternate installed versions of Perl:

     $ oldperl -S pmcat strict
 
 
     $ filsperl -S pmcat Threads
 
 

This command is mostly here for people too lazy to type

     $ more `pmpath CGI`
 
 

SEE ALSO

pmpath(1) Copyright (c) 1999 Tom Christiansen

This is free software. You may modify it and distribute it under Perl's Artistic Licence. Modified versions must be clearly indicated.