Help for this page

Select Code to Download


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