in reply to Simple SQL like thingy?
To edit the hash, all we would have to do is reset the cache to the new hash(ref), and to delete it all we have to do is: $cache->Purge( )use Cache::FileCache; my $cache = new Cache::FileCache( ); my $hash = $cache->get( $assigned_hash_name ); my %hash = %{$hash};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Simple SQL like thingy?
by Anonymous Monk on Jun 22, 2005 at 01:28 UTC |