Scroll to navigation

Catmandu::Fix::uniq(3pm) User Contributed Perl Documentation Catmandu::Fix::uniq(3pm)

NAME

Catmandu::Fix::uniq - strip duplicate values from an array

SYNOPSIS

   # {tags => ["foo", "bar", "bar", "foo"]}
   uniq(tags)
   # {tags => ["foo", "bar"]}

SEE ALSO

Catmandu::Fix

2023-03-03 perl v5.36.0