Help for this page

Select Code to Download


  1. or download this
    perl -cw yourcode.cgi
    
  2. or download this
    # Generate config hash then...
    use Data::Dumper;
    print Dumper %config;
    
  3. or download this
    # Config_reader.pm
    package Config_reader;
    ...
    my($db)   = $config{db}{db_name     };
    my($user) = $config{db}{db_user     };
    my($pw)   = $config{db}{db_pw       };