in reply to array of key value pairs?

Did you mean:

my $data = []; push @$data, $key => $value;

Replies are listed 'Best First'.
Re^2: array of key value pairs?
by Anonymous Monk on Mar 18, 2008 at 19:38 UTC
    that is exactly what I meant...it's working. Thanks