in reply to array of key value pairs?
Did you mean:
my $data = []; push @$data, $key => $value; [download]