in reply to Re^2: Perl Tk - Add text box on each button event
in thread Perl Tk - Add text box on each button event

You can keep as many elements in an array as you have memory for storage. So just add one every time the user presses the button. (And maybe remove one if the user presses a different button).
  • Comment on Re^3: Perl Tk - Add text box on each button event