Help for this page

Select Code to Download


  1. or download this
    use DB_File;
    my @dbs;        # array of hash references
    my @dbModTime;  # mod times of db files
    ...
           or die ((caller 0)[3]. " can't stat " . $dbfn[$db] . ": $!");
      }
    }
    
  2. or download this
    use threads;
    use threads::shared;
    my @dbs       :shared;   # array of hash references
    my @dbModTime :shared;   # mod times of db files
    
  3. or download this
      for ($db = 0; $db < @dbfn; $db++) {
        $dbs[$db] = shared_clone({});
    ...
        $s->log->notice ($dbfn[$db]." has "
                             .scalar(keys(%{$dbs[$db]}))." entries");
      }
    
  4. or download this
    httpd in free(): error: chunk is already free
    
  5. or download this
    Abort trap (core dumped)
    Error invoking apachectl start command