NAME
Hints::Base - Perl extension for hints program storage databases
SYNOPSIS
use Hints::Base;
my $hints = new Hints::Base 'program';
print $hints->random();
DESCRIPTION
Specialized version of Hints(3) extension. This variant can be used for internal program storage database of hints. Descendant contents databases, this module implement loading of databases from internal data storage.
THE HINTS::BASE CLASS
init
Loading data storage between __DATA__ and __END__ or EOF tags. Using default separator.
VERSION
0.02
AUTHOR
(c) 2001 Milan Sorm, sorm@pef.mendelu.cz at Faculty of Economics, Mendel University of Agriculture and Forestry in Brno, Czech Republic.
This module was needed for making SchemaView Plus (svplus
) for making user-friendly interface.
SEE ALSO
perl(1), svplus(1), Hints(3), Hints::Base::svplus(3).