Hello monkettes and monks-
I'm trying to run a small tcl application which opens an Xwindow for a split second to do some work...from within a perl script.
I've tried calling this app directly from within my perl code using system($cmd), and backticks... but neither approaches seem to allow the Xwindow to open.
What do I need to do to allow this called program to open an Xwindow?
*note- i'm running the perl script from within a valid X-window, and running the tcl script directly works from the same x-window.
Thanks-
John