Help for this page
$string = "column08=Submit & column10=Delivered & column09=Something" my @matches = grep defined, split / ([|&]) /, $string; ... print Dumper \%hash; print Dumper \@return_array;
$VAR1 = [ 'term'=> ... 'column09' => 'Something' } ];