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)

AUTHOR and COPYRIGHT 

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.