Help for this page

Select Code to Download


  1. or download this
    in httpd.conf
    
    ...
    PerlSetVar clickDB "/adconfig/click"
    PerlChildInitHandler Config
    PerlTransHandler Serve
    
  2. or download this
    in Config.pm
    sub handler
    ...
            -Flags => "DB_RDONLY"
            or die "Cannot open file $config: $!$BerkleleyDB::Error\n";
    }
    
  3. or download this
    In Serve.pm
    sub handler
    ...
        }
        # Code Always dies
    }