8.158 Tie::SubstrHashProvides a hash-table-like interface to a fixed-sized array that has a constant key size and record size. To tie a new hash to this package, specify the following:require Tie::SubstrHash; tie %myhash, "Tie::SubstrHash", key_len , value_len , table_size ;
An attempt to store a key/value pair where either the key or the value is
the wrong length, or where the resulting table would be greater than
|
|