in reply to Persistent data structures -- why so complicated?
NAME Storable - persistence for Perl data structures SYNOPSIS use Storable; store \%table, 'file'; $hashref = retrieve('file');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Persistent data structures -- why so complicated?
by LanX (Saint) on Mar 11, 2021 at 16:24 UTC |