Help for this page

Select Code to Download


  1. or download this
    $condition{$key} = \@{$query->param($key)} || $condition{$key} = $quer
    +y->param($key);
    
  2. or download this
    $condition{$key} = [$query->param($key)];
    
  3. or download this
    if (@{$condition{$key}} == 1) {
       # one value
    ...
    else {
       # ... zero or more than one value
    }