NAME SelfHelp.pm -- Perl module to pop up a text window with calling module's POD documentation. =head1 SYNPOSIS
Call with the name of the file from which to generate
the formatted POD documentation.
use Tk::SelfHelp qw(self_help)
self_help(__FILE__); # send the calling module's file name.