in reply to Problems with 'strict' and variables created on the fly

Generally speaking:
  1. It is better practice to use 'use strict' all the time. We Perl programmers should grab each opportunity to prove to others, that we can code with a style.
  2. As for whether you can nest hashes, arrays and lists. The answer is yes, as long as you be careful, and use references properly.
  • Comment on Re: Problems with 'strict' and variables created on the fly