The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

pman - show a module's man page

DESCRIPTION

Send a module's pod through pod2text and your pager.

This is mostly here for people too lazy to type

    $ pod2text `pmpath CGI` | $PAGER

EXAMPLES

    $ pman CGI
    $ pman Curses

Or running under different versions of Perl:

    $ oldperl -S pman CGI
    $ filsperl -S pman Threads

SEE ALSO

pod2text(1), perlpod(1), pod2man(1), pod2html(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.