Help for this page
sub loadData { my $file = shift; ... tie %localhash , 'Tie::Persistent', $file , 'rw'; untie %localhash; }