http://qs321.pair.com?node_id=10995


in reply to Re: Array to Hash
in thread Array to Hash

A hash slice is by far the coolest and most Perlish (and as httptech points out, the fastest) method, but foreach is the most popular. $hash{$_}++ for @array;