On Sun, 5 Jun 2005, Michael Gale wrote:
> Is there a way to write a perl GUI app with out having to run X ?
Are you on Unix / Linux / Solaris / BSD / etc ?
In that case, no, probably not, though as noted in another reply, you
can simulate a GUI in a text-mode environment using Curses. But if yo
Michael Gale <[EMAIL PROTECTED]> asked:
> Is there a way to write a perl GUI app with out having to run X ?
You can use Curses::UI to build a character based GUI for the
console or terminal.
HTH,
Thomas
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTE
From: "Octavian Rasnita" <[EMAIL PROTECTED]>
> I am wondering if I can create a Perl program for Windows with a
> Windows graphical interface. Is it possible? Are there any modules
> that make this possible?
Just a few names: Tk, gTk, Win32::GUI, wxPerl
Jenda
=== [EMAIL PROTECTED] == htt
On Friday, August 2, 2002, at 09:40 , Octavian Rasnita wrote:
> Hi all,
>
> I am wondering if I can create a Perl program for Windows with a Windows
> graphical interface.
> Is it possible? Are there any modules that make this possible?
yes,
what you want is the Perl/Tk suite of tools
ciao
d
You can use glade to build your Gnome interface:
http://glade.gnome.org/
and then use glade-perl to link to perl
http://www.glade.perl.connectfree.co.uk/index.html
I've used glade with C and it works pretty well. Trying it with perl
is on my things to do list.
also look at wxWindows
-Origin
Bruce Ferrell wrote:
> There is, but I've never been able to get it to build. It's called
> perlcomposer and you can find it on sourceforge:
>
> http://perlcomposer.sourceforge.net/index.html
>
> Good luck and if you can get it working, please let me know. I run a
> Slackware system (7.1+) an
There is, but I've never been able to get it to build. It's called
perlcomposer and you can find it on sourceforge:
http://perlcomposer.sourceforge.net/index.html
Good luck and if you can get it working, please let me know. I run a
Slackware system (7.1+) and RedHat 6.x.
b g wrote:
>
> Hi li