Help for this page
use strict; my %x = map { $_ => 1 } qw(a b c);
use strict; my %y = map { "prefix_$_" => 1 } qw(a b c);