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

NAME

podview.pl - Simple POD viewer.

SYNOPSIS

podview.pl [page]

DESCRIPTION

This sample program shows how to use Gtk2::Ex::Entry::Pango in order to make a search box entry. This consists of a field that displays a default text (POD name...). In this particular case the POD file names entered are validated on the fly, if a page doesn't exist it is marked as being wrong with a red underlining stroke.

This is a very basic POD viewer provided as a lame example. For a more complete program performing the same task take a look at Gtk2::Ex::PodViewer.