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

NAME

wx-perl-podbrowser -- POD browser for wxWidgets

SYNOPSIS

 wx-perl-podbrowser [--options] [module_or_filename]

DESCRIPTION

wx-perl-podbrowser opens a Wx::Perl::PodBrowser window to display POD documentation for a given Perl module,

    wx-perl-podbrowser Hash::Util

or filename

    wx-perl-podbrowser /usr/share/perl5/Regexp/Common.pm

Document Options

--file FILENAME

Open a file.

--module MODULENAME

Open a module.

--stdin

Display POD read from the standard input.

Position Options

--section SECTNAME

Scroll to the given section of the document. SECTNAME can be a heading or an item.

--line LINENUM

Scroll to the given line number. The first line is number 1.

Other Options

--help

Print a short help message and exit.

--version

Print the program version number and exit.

SEE ALSO

Wx::Perl::PodBrowser

tkpod (Tk), podviewer (Gtk), podview (Prima)

HOME PAGE

http://user42.tuxfamily.org/wx-perl-podbrowser/index.html

LICENSE

Copyright 2012, 2013 Kevin Ryde

Wx-Perl-PodBrowser is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.

Wx-Perl-PodBrowser 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. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Wx-Perl-PodBrowser. If not, see http://www.gnu.org/licenses/.