RE: dialog box in perl

2008-03-20 Thread Bob McConnell
> From: nag [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 20, 2008 9:59 AM > To: zentara > Cc: beginners@perl.org > Subject: Re: dialog box in perl > > hi ,getting error like this for the script.. > > couldn't connect to display ":0" at > /usr/

Re: dialog box in perl

2008-03-20 Thread nag
hi ,getting error like this for the script.. couldn't connect to display ":0" at /usr/lib/perl5/vendor_perl/5.8.3/i586-linux-thread-multi/Tk/MainWindow.pm line 55. MainWindow->new() at ./dialog.pl line 5 please let me know if there are other perl codes for dialog boxes and radio buttons. On T

Re: dialog box in perl

2008-03-19 Thread nag
can one let me know these utilities in perl, say by some examples.. On Thu, Mar 20, 2008 at 12:58 AM, yitzle <[EMAIL PROTECTED]> wrote: > Perl got several graphical toolkits, notable Gtk+, Tk and Wx. > I get the impression that Tk is one of the more popular ones. > > Alternatively, if you onl

Re: dialog box in perl

2008-03-19 Thread yitzle
Perl got several graphical toolkits, notable Gtk+, Tk and Wx. I get the impression that Tk is one of the more popular ones. Alternatively, if you only need it once you might want to simply embed a shell/system command in Perl to activate the dialog and read the return values. But, to avoid gettin

dialog box in perl

2008-03-19 Thread nag
Hi, I'm familiar with dialog command in shell, but i need to have a dialog box with radio buttons in perl , please help me -Thanks Nagesh