in reply to Re^2: Arrays and Hashes woesin thread Arrays and Hashes woes
The former syntax is deprecated (and rather unusual):
$ perl -w -e "%tmpF->{ID} = 'foo'" Using a hash as a reference is deprecated at -e line 1. [download]