Help for this page

Select Code to Download


  1. or download this
    tie (my %hash, 'DB_File', $file, O_RDWR, 0600) || next;
    
  2. or download this
    tie (my %hash, 'DB_File', $file, O_RDWR, 0600, $DB_HASH) || next;