in reply to
Array to Hash
foreach (@ary) {$hash{$_} = 1; }
[download]
Will this do?
#!/home/bbq/bin/perl
# Trust no1!
Comment on
Re: Array to Hash
Download
Code
In Section
Seekers of Perl Wisdom