Help for this page

Select Code to Download


  1. or download this
    sub loadData {
        my $file = shift;
    ...
        tie %localhash , 'Tie::Persistent', $file , 'rw';
        untie %localhash;
    }