Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl
    ...
    key1 = set to 1
    
    some_bogus_key = some_bogus_value
    
  2. or download this
    Config file contains a bad key: some_bogus_key
    key3 needs to be set
    ...
              'key2' => 'default2',
              'key3' => undef
            };