Help for this page
$_ = 'Ovid'; %hash = map { $_ => 1 } qw/ foo bar baz /; print;
$_ = 'Ovid'; %hash = map { ... $_ => 1 } qw/ foo bar baz /; print;