Help for this page

Select Code to Download


  1. or download this
    Can't use string ("databasename ") as a HASH ref while "strict refs" i
    +n use at /usr/lib/cgi-bin/bc/supporters.cgi line 264.
    
  2. or download this
    my($host) = $config{'db'}{'db_host_name'};
    
  3. or download this
    while (<DB>) {
      chomp;
    ...
      $config{"$key"} = $val;
    }
    close DB;