715 |
( __default => undef, phr => 'phrase', rtrn => 'right-truncate', 'st-year' => 'st-year' ); |
715 |
( __default => undef, phr => 'phrase', rtrn => 'right-truncate', 'st-year' => 'st-year' ); |
717 |
@indexes = grep(/.+/, @indexes); # Remove any blank indexes, i.e. keyword |
717 |
@indexes = grep { $_ ne q{} } @indexes; # Remove any blank indexes, i.e. keyword |
719 |
# Convert according to our table, drop anything that doesn't convert. |
719 |
# Convert according to our table, drop anything that doesn't convert. |