NAME
Tk::Peapod - POD viewer
SYNOPSIS
use Tk;
use Tk::Peapod;
my $top = MainWindow->new();
my $peapod = $top->Peapod-> pack;
{
local $/;
my $string = <>;
$peapod->podview($string);
}
MainLoop();
ABSTRACT
Tk::Peapod is a POD viewing widget that can be used in Perl/Tk.
The tarball also includes a script called 'peapod' which is a POD viewer.
DESCRIPTION
Tk::Peapod is a POD viewing widget that can be used in Perl/Tk.
The tarball also includes a script called 'peapod' which is a POD viewer.
EXPORT
None by default.
SEE ALSO
peapod : perl script using Tk::Peapod to create a POD viewer. (included)
AUTHOR
Greg London, http://www.greglondon.com
COPYRIGHT AND LICENSE
Copyright 2003 by Greg London
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.