in reply to How to save and reload my hash
use Storable; store \%table, 'file'; $hashref = retrieve('file');
my %host_info = %{retrieve('file')};
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How to save and reload my hash
by mrdvt92 (Acolyte) on Apr 23, 2010 at 14:18 UTC | |
by Your Mother (Archbishop) on Sep 23, 2014 at 03:23 UTC | |
by dcronin135 (Acolyte) on Sep 25, 2014 at 03:58 UTC | |
by Your Mother (Archbishop) on Sep 25, 2014 at 15:50 UTC |