Help for this page
Select Code to Download
Select
or
download this
keys%{map{$_=>1}@list}
Select
or
download this
keys%{map $_,0, @list}
Select
or
download this
keys%{map$_=>0,@list}
Select
or
download this
keys%{map$_ x2,@list}
Select
or
download this
keys%{map ($_)x2,@list}
Select
or
download this
keys%{map+($_)x2,@list}
Select
or
download this
do{my%h;grep!$h{$_}++,@list}
Select
or
download this
sub{my%h;grep!$h{$_}++,@_}->(@list)
Select
or
download this
keys%{@list[...]}
Select
or
download this
keys%{@x[0..$#x,1..$#x]}
Select
or
download this
keys%{@x,reverse@x}