in reply to
Re^2: Extracting elements from array
in thread
Extracting elements from array
.. also need ..
my @hash_names = map{ {name=>$_} } @all_names;
poj
Comment on
Re^3: Extracting elements from array
Download
Code
In Section
Seekers of Perl Wisdom