NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
A common workaround (Score:1)
my %hash;
%hash{@array} = 1 xx @array;
Actually I like that better than the map, but I agree it sucks that the map version doesn't work right now.
Re:A common workaround (Score:1)
Reply to This
Parent