Skip to content

A system allowing the use of anonymous arrays as keys to a hash

License

Notifications You must be signed in to change notification settings

JerilynFranz/perl-Tie-ListKeyedHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tie::ListKeyedHash

Allows the use of array references as the keys to hashes. 

Like this: 
      $hash{['key','items','live']} = 'Hello!';

or
     
      $hash{'key','items','live'} = 'Hello!';

To install:

perl Makefile.PL
make
make test
make install

Alternatively, if you have Module::Build installed,

perl Build.PL
./Build
./Build test
./Build install

See 'perldoc Tie::ListKeyedHash' for the documentation.

About

A system allowing the use of anonymous arrays as keys to a hash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages