in reply to XWindows in Perl

Most UNIX application are able to process command line
options. Through a CGI you could script something for that.
But to actually throw an X window back to the client the
client must be running an X server.
see Re: telnet login script from W2K to unix box

Sorry, I don't know of a way to "reproduce" a Xwindow or GUI
through the browser without possibly running some
type of Java applet that can emulate an X server and
tunnel that through the http connection.

Replies are listed 'Best First'.
Re^2: XWindows in Perl
by Joost (Canon) on Oct 22, 2004 at 16:48 UTC
      WeirdX works well. I have used it with xlib apps and with Gtk2-perl apps. The latter sounds like what you want. Be sure to set the proper applet params, though.
      Yes, u are correct. I am looking something like Wired X. Problem is I donot know java. I am looking for GTK-perl. Thanx for your timely advice.
      cheers Rock