Exercise: read in an ini file



Read in an ini file and create a two dimensional hash.
First dimension - section name. Second dimension - key name.
print $data{Colors}{blue};   # dark


examples/references/data.ini
[Colors]
blue = dark
yellow = fair
white = pale


[People]

Foo = grandfather
Bar = grandchild
Moo = uncle