Skip to content

DrHyde/perl-modules-Tie-Hash-Longest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keeps track of the longest key and value in a hash, letting you
retrieve them later.  Avoids having to scan the entire hash when
at all possible.

I wrote this in response to a discussion on perlmonks, which you
can find here:
    http://www.perlmonks.com/index.pl?node_id=285305

To install, do the usual dance:
    less Makefile.PL
    less lib/Tie/Hash/Longest.pm
    less test.pl
those being to ensure that I'm not being evil, then:
    perl Makefile.PL
    make
    make test
    make install

About

Tie::Hash::Longest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages