Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    Account01    Entity01    Unit01    4    5    6
    Account01    Entity01    Unit01    7    8    9
    Account02    Entity02    Unit02    10    11    12
    
  2. or download this
    {
      "Account01 Entity01 Unit01" => { Feb => 15, Jan => 12, Mar => 18 },
      "Account02 Entity02 Unit02" => { Feb => 11, Jan => 10, Mar => 12 },
    }