Help for this page

Select Code to Download


  1. or download this
    # open the database
    if (! $db->open('/dev/shm/db.kch#msiz=128m', $db->OREADER)) {
        die "open error (db): ", $db->error;
    }
    
  2. or download this
    # https://www.perlmonks.org/?node_id=11110379
    # usage: perl search_in_memory.pl > Outfile.txt
    ...
    $mce->shutdown;
    
    $db->close;