in reply to Re^3: Algoritm for converting string to number?
in thread Algoritm for converting string to number?
Okay, so not so simple, but I'd probably use...
use Storable qw(store retrieve);
and store and retrieve the hash once I was done with it, or needed it again.
I'd also probably stuff the global value incrementor into some hash string and store it in the hash with a key value like, "Global Incrementing Hash Key Thingy".
Of course Storable has its issues too...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Algoritm for converting string to number?
by moritz (Cardinal) on Aug 23, 2011 at 13:49 UTC | |
by raybies (Chaplain) on Aug 23, 2011 at 13:51 UTC |