NAME

tkpod - Perl/Tk POD browser

SYNOPSIS

tkpod  [-tk] [[-no]tree]  [directory]|name [...]

DESCRIPTION

tkpod is a simple POD browser with hypertext capabilities. POD (Plain Old Document) is a simple and readable markup language that could be mixed with perl code.

PODs are searched by default in @INC. Directories listed on the command line are added to the default search path.

For each name listed on the command line tkpod tries to to find POD in name, name.pod and name.pm in the search path. For each name a new POD browser window is opened.

OPTIONS

-tree

By default, tkpod will show a tree window with all available PODs. However, this is slow on startup. With the option -notree only the given POD will be shown and no tree view will be available.

-tk

Useful for perl/Tk documentation. When specified it adds all Tk subdirectories in @INC to the POD search path. This way when Scrolled is selected in the browser the Tk/Scrolled documentation is found.

USAGE

How to navigate with the POD browser is described in Tk::Pod_usage. It's also accessible via the menu 'Help' -> 'Usage...'.

KNOWN BUGS

see Tk::Pod::Text

SEE ALSO

perlpod pod2man pod2text pod2html Tk::Pod Tk::Pod::Text

AUTHOR

Nick Ing-Simmons <nick@ni-s.u-net.com>

Former maintainer: Achim Bohnet <ach@mpe.mpg.de>.

Code currently maintained by Slaven Rezic slaven.rezic@berlin.de>.

Copyright (c) 1997-1998 Nick Ing-Simmons. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.