http://qs321.pair.com?node_id=128942

newatperl has asked for the wisdom of the Perl Monks concerning the following question:

I'm reading in a text file, and I'm parsing each line into a unique structure. I've found that I can't dynamically allocated new variables if I use strict since it seems using strict means that all variables have to explicitly defined in main. Is this true? Is there an elegant to dynamically create structures (or any variables)?