in reply to Re: Re: creating dynamically named 'my' variables
in thread creating dynamically named 'my' variables

Well, use strict to do this.

Or, use a tied hash that catches references to non-existent keys.

  • Comment on Re: Re: Re: creating dynamically named 'my' variables