in reply to Re: Let's unite setsin thread Let's unite sets
In a nutshell: Let's say you have an array @a; then doing
@h{@a} = @a; [download]
for ( @a ) { $h{$_} = $_; } [download]