Help for this page

Select Code to Download


  1. or download this
    my $search = 'price';
    my $column = 23;
    if (grep {$_ eq $search} @{$sort->{$column}}) {
      # ...
    }