Help for this page

Select Code to Download


  1. or download this
     
    our %config;
    
  2. or download this
    while (<DB>) {
      chomp;
    ...
      $config{'db'}{'$key'} = $val;
    }
    close DB;