Thanks. How can i put this in my script ? is like below
make_uniq(\%hashref); dd $hashref; sub make_uniq { my ($hr) = @_; $_ = [ uniq @$_ ] for values %$hr; }
In reply to Re^2: Hash Multiple values for a key-Filtering unique values for a key in hash
by rahulme81
in thread Hash Multiple values for a key-Filtering unique values for a key in hash
by rahulme81
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |