in reply to Re: You don't even need to do that (was Re: Template::Toolkit: better way to generate variable names?)
in thread Template::Toolkit: better way to generate variable names?

I don't think you can rely 100% on this behaviour, especially if you are going to submit foo_1, bar_1, foo_2, bar_2, etc.
that's pretty much my point in appending the indicator numbers. i don't want to depend too much on side-effects. the usually part of the perldoc is what bothers me. i need always, not usually

plus, there are about 7 other variables which go along with the set. so ... i need to remain defensive about data integrity.

  • Comment on Re: Re: You don't even need to do that (was Re: Template::Toolkit: better way to generate variable names?)
  • Download Code