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
    and
    corelist Storable Data for 2021-01-23 Storable was first released with perl v5.7.3

    tho I'm not sure I understood the OP .. probably a case of TL;DR

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery