Help for this page

Select Code to Download


  1. or download this
    $hash->get($key, $value [, $flags]);
    
  2. or download this
    my $hash = tie %hash,  'DB_File', [$filename, $flags, $mode, $DB_HASH]
    +;
    
    $hash = tied %hash;