All Questions
1 question
1
vote
1
answer
203
views
Making a list of buttons in using perl TK based ona loop
I have a loop of items in an array that looks like this:
("Hugo", "Gilbert", "Linda", "Katrina")
What I am trying to do is design a perl Tk script that allows me to create a number of radio buttons ...