Help for this page
Use of "defined" on aggregates (hashes and arrays) is depre- cated. It used to report whether memory for that aggregate has ... if (@an_array) { print "has array elements\n" } if (%a_hash) { print "has hash members\n" }