Help for this page

Select Code to Download


  1. or download this
    use Storable;
    
    ...
    }
    
    store \%id2off, 'input.idx';
    
  2. or download this
    use Storable;
    $id2off = retrieve 'input.idx';
    ...
            print;
        }
    }