http://www.perlmonks.org?node_id=374473


in reply to Re^2: adding a new hash in an array
in thread adding a new hash in an array

I tried to put use strict but I got the whole bunch of error messages so I will skip it.

That's the whole point of use strict. Those error messages are telling you why your code is broken. You would never have run into the problem you just had if your code was strict-compliant.

Is there a standard way to store session variables?

Indeed. Check out CGI::Session.