The next version of the Module List will list the following module:
modid: Tie::GHash
DSLIP: adcfp
description: A smaller hash; interface to Gnome glib hash
userid: LBROCARD (Leon Brocard)
chapterid:6 (Data_Type_Utilities)
enteredby: ANDK (Andreas J. König
Tie::GHash adcfp A smaller hash LBROCARD
Is Tie::GHash acceptable? ghash is how they're called in glib...
=head1 NAME
Tie::GHash - A smaller hash
=head1 SYNOPSIS
tie my %words, 'Tie::GHash';
my $i;
foreach (@words) {
$words{$_} = $i++;
}
=head1 DESCRIPTI