in reply to delete array of hashes
perl -e '%a=(x=>"y");print "$a{x}\n";%a=();print "$a{x}\n"' [download]
Cheers,R.