man pman () - show a module's man page

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

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.