in reply to Re^2: Filter array of hashes for specific keysin thread Filter array of hashes for specific keys
foreach my $a (0..$#_) { $fields[$a]= shift; } [download]