Searched defs:SubstrHash (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DSubstrHash.pm1 package Tie::SubstrHash;
7 Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing
11 require Tie::SubstrHash;
13 tie %myhash, 'Tie::SubstrHash', $key_len, $value_len, $table_size;
17 The B<Tie::SubstrHash> package provides a hash-table-like interface to
154 croak "Tie::SubstrHash does not support exists()";

Completed in 20 milliseconds