use strict; foreach my $d (sort keys %{{ map( ($_ => 1), ) }} ) { print $d; } __DATA__ a B a B dd