Help for this page

Select Code to Download


  1. or download this
    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' } } }
    
  2. or download this
    # supporting constants:
    my %fnum = { 'region' => 0, 'date' => 1, 'type' => 2, 'channel' => 3 }
    +;
    ...
        # hard code goes here! lol
      }
    }