in reply to Re: Re: Array to hash refs
in thread Array to hash refs

return {map {$_ => 1} qw /a b c/}
Or did I understand your questing wrong?

Abigail