Operating System - HP-UX
1753594 Members
6168 Online
108796 Solutions
New Discussion

Re: Perl script coding for radio buttons

 
Stephen_175
Occasional Contributor

Perl script coding for radio buttons

Can anyone provide me with a sample script
that features the use of radio buttons in a
"if loop" scenario?

Such as,
if ($radio_action eq "Show Payment Files")
{
system "/batch/scripts/showpay"
}



Thanks
1 REPLY 1
H.Merijn Brand (procura
Honored Contributor

Re: Perl script coding for radio buttons

Ooo, what a wrong question, or should I say, that the question is too open to make a valid answer, since you did not state the (G)UI you want your radiobutton in

curses, plain ascii, Tk, Wx, Gtk, Qt, ...

If you're using Tk, than 'widget' is installed somewhere in your $PATH, and it is realy stuffed with examples. Just cut-n-paste.

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn