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

NAME

tkpod - Perl/Tk POD browser

SYNOPSIS

    tkpod  [-tk] [[-no]tree] [-s]  [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

When specified, tkpod will show a tree window with all available PODs on the local host. However, this may be slow on startup. You can always turn on the tree view with the menu entry 'View' -> 'POD Tree'.

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

-s

Start tkpod in server mode. Subsequent calls to tkpod (without the -s option) will cause to load the requested PODs into the server program, thus minimizing startup time and memory usage. Note that there is no access control, so this might be a security hole!

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 Tk::Pod::Tree

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.