> 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/
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
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
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