my %columns = { "name" => [ 'bob', 'jim', 'fred' ], "age" => [ '23', '44', '54' ], "hair" => [ 'blond', 'brown', 'none' ] };