The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

VERSION $Id: SelfHelp.pm,v 1.3 2000/08/19 01:04:22 kiesling Exp $