Help for this page
my $dc = { 'north-america' => { '01/01/99' => { 'gross' => { 'we +b' => 99.99 'counter' => 10.95 } 'misc' => { 'web' => 2.50 } } { '01/02/99' => { 'gross' => '93.23' } } }
# supporting constants: my %fnum = { 'region' => 0, 'date' => 1, 'type' => 2, 'channel' => 3 } +; ... # hard code goes here! lol } }