Rob,
By "choosebox" perhaps you mean "checkbox." Besides the fact that this does not seem to be a Perl question, you have to also elaborate where/how you are working. Are you making a Windows native program with Perl as the backend (in which case you have to use some gui-making technology such as Tk) or are you talking about a web-based program driven by Perl (in which case, you need to read up on HTML).
Once again, look at the basic tutorials on this site; there are many.
Most such questions will be answered.
Good luck.
Update: added links to tutes.
| [reply] |
Look in your ActiveState perl docs for Tk::Dialog. There is also Win32::GUI, which seems to require a fair knowledge of winders programming.
| [reply] |
Rob,
I understand, and find it quite admirable, that you're so young and taking the giant leap into Perl. However, a big part of learning anything is simply spear-heading it and trying things out for yourself. Use the perldocs and google, or read some perl books. You'll feel much more satisfaction if you figure it out by yourself.
Justin | [reply] |