pman.1p

Langue: en

Autres versions - même langue

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

Section: 1 (Commandes utilisateur)

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). 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.