in reply to Re: Array unification problem has me in circles
in thread Array unification problem has me in circles

Could avoid setting the 1s since values are absolutely being ignored, but it's a two step process ...

my %tmp; @tmp{ @data } = ();