foreach (@array) {    my @splitter1, @splitter2;    @splitter1 = split(/=/ , $_);    #%hash  = ($splitter1[0] => $splitter[1]);    $hash{$_} = [$splitte1[0] => $splitter1[1]]; }