Help for this page

Select Code to Download


  1. or download this
    if(defined $ENV{DBUILDER_DIR}){
        use lib "$ENV{DBUILDER_DIR}/lib";
    } else {
        use lib "../lib";
    }
    
  2. or download this
    * */6 * * * DBUILDER_DIR=/home/indy/source/dbuilder /home/indy/source/
    +dbuilder/scripts/spamburglar.pl
    
  3. or download this
         if(defined $ENV{DBUILDER_DIR}){
             $cfg->file("$ENV{DBUILDER_DIR}/etc/dbuilder.conf");
         } else {
             $cfg->file("../etc/dbuilder.conf");
         }