How to store an inner nested hash in perl -
i have perl nested hash. when try store using storable module, inner hash, i'm getting error "not reference". example:
store($outer_hash->{$id}, $filename); and how should retrieve back? next line right way?
$outer_hash->{$id} = retrieve($filename);
Comments
Post a Comment