in reply to Re: Re: Text::Template=>How to fill in with more than one time?
in thread Text::Template=>How to fill in with more than one time?

Ah, it seems I misunderstood your question as well. In that case, consider not using a HASH, but a PACKAGE instead, and just change the values you want to change in the package vars, keeping the previous ones the same. Text::Template itself has no memory function. Alternatively, you could re-use the same HASH each time, and just change the variables that are different..

C.

  • Comment on Re: Re: Re: Text::Template=>How to fill in with more than one time?