Pod::Perldoc::ToMan(3pm) Perl Programmers Reference Guide Pod::Perldoc::ToMan(3pm)NAME
Pod::Perldoc::ToMan - let Perldoc render Pod as man pages
SYNOPSIS
perldoc -o man Some::Modulename
DESCRIPTION
This is a "plug-in" class that allows Perldoc to use Pod::Man and "nroff" for reading Pod pages.
The following options are supported: center, date, fixed, fixedbold, fixeditalic, fixedbolditalic, quotes, release, section
(Those options are explained in Pod::Man.)
For example:
perldoc -o man -w center:Pod Some::Modulename
CAVEAT
This module may change to use a different pod-to-nroff formatter class in the future, and this may change what options are supported.
SEE ALSO
Pod::Man, Pod::Perldoc, Pod::Perldoc::ToNroff
COPYRIGHT AND DISCLAIMERS
Copyright (c) 2002,3,4 Sean M. Burke. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose.
AUTHOR
Current maintainer: Adriano R. Ferreira <ferreira@cpan.org>
Past contributions from: Sean M. Burke <sburke@cpan.org>
perl v5.12.1 2010-04-26 Pod::Perldoc::ToMan(3pm)
Check Out this Related Man Page
Pod::Perldoc::ToMan(3perl) Perl Programmers Reference Guide Pod::Perldoc::ToMan(3perl)NAME
Pod::Perldoc::ToMan - let Perldoc render Pod as man pages
SYNOPSIS
perldoc -o man Some::Modulename
DESCRIPTION
This is a "plug-in" class that allows Perldoc to use Pod::Man and "nroff" for reading Pod pages.
The following options are supported: center, date, fixed, fixedbold, fixeditalic, fixedbolditalic, quotes, release, section
(Those options are explained in Pod::Man.)
For example:
perldoc -o man -w center:Pod Some::Modulename
CAVEAT
This module may change to use a different pod-to-nroff formatter class in the future, and this may change what options are supported.
SEE ALSO
Pod::Man, Pod::Perldoc, Pod::Perldoc::ToNroff
COPYRIGHT AND DISCLAIMERS
Copyright (c) 2002,3,4 Sean M. Burke. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose.
AUTHOR
Current maintainer: Adriano R. Ferreira <ferreira@cpan.org>
Past contributions from: Sean M. Burke <sburke@cpan.org>
perl v5.14.2 2011-09-26 Pod::Perldoc::ToMan(3perl)
Copying the man pages to the floppy is no problem , but reading
the files from a windows pc is nearly impossible because hundreds of special characters are included in the output when I try to read the copied man page from Notebook.
Is there a way to format the manpage before i copy it to a... (1 Reply)
HI,
Working with apps that run accross 8 AIX 4.3's
Lets call them A, B,C D-H.
Unfortunatly only one of them has the man pages installed, (A).
My Q, is there any way that an authorized user can login into either B, C or D-H, type man at command prompt and get connected to A to view its man... (4 Replies)
I'm trying to load a set of variables as defined by a local configuration file. Not too sure what I'm missing so I'll just post it as a whole.
blub.pl
#!/usr/bin/perl
use strict;
use warnings;
my $config_file="blub.config";
Config_Loader();
sub Config_Loader {... (8 Replies)
I am a beginner in Unix/Linux and I am wondering how can I have all the "man pages" options listed with the possibility of selecting the desired man page number. Do I need to write a script for that?
e.g.
$ man cp
Man: find all matching manual pages
* cp (1)
cp (1p)
Man: What manual page... (4 Replies)
I am an old man and i find modern times not so much confusing but outright - to use the correct word - "smart". Frankly, many things looked better back then - but especially the future. So today, instead of taking my medication, i will take a more "wholesome" approach and vent off some steam by... (18 Replies)