http://qs1969.pair.com?node_id=1069756


in reply to Accessing HASH pushed into @array ('strict refs' in use error)

G'day sbrothy,

Welcome to the monastery.

There's a number of places in your code where you are making constants look like strings due to the surrounding code.

This is all explained in "constant: CAVEATS" with examples of how to fix "$hash{CONSTANT}" and "CONSTANT => 'value'".

-- Ken