in reply to Fast string hash in portable perl?
There's the B::hash() routine which returns a string representation of the hexadecimal representation of the number generated by perl's hashing function. perldoc B
Is that good enough?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Fast string hash in portable perl?
by waswas-fng (Curate) on Dec 19, 2003 at 19:48 UTC | |
|
Re: Re: Fast string hash in portable perl?
by Anonymous Monk on Dec 19, 2003 at 20:41 UTC |