Elijah has asked for the wisdom of the Perl Monks concerning the following question:
I do not think any of these have been answered in the FAQ's so here we go. How would one spawn a new instance of a command shell in Windows from a simple perl script? I know about fork() command but all this does is spawn a nested command prompt in the same window as the already running command prompt used by the parent process.
I want a parent process to launch a child process in it's own command shell window.
Second, has anyone ever used bgstipple successfully? What exactly does it do? Does anyone have an example of a use of bgstipple?
Third, How would I insert graphics into a tk widget? Like a button or textbox background or even a simple window frame? I thought bgstipple was the way but from reading about it it seems that it is for a sort of shading effect (bgstipple that is).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: A few random questions.
by BrowserUk (Patriarch) on Dec 09, 2003 at 22:09 UTC | |
by Elijah (Hermit) on Dec 09, 2003 at 23:21 UTC | |
by BrowserUk (Patriarch) on Dec 09, 2003 at 23:40 UTC | |
by Elijah (Hermit) on Dec 10, 2003 at 02:14 UTC | |
by SquireJames (Monk) on Dec 10, 2003 at 01:06 UTC | |
Re: A few random questions.
by waswas-fng (Curate) on Dec 09, 2003 at 21:50 UTC | |
Tk
by flyingmoose (Priest) on Dec 10, 2003 at 02:44 UTC | |
Re: A few random questions. (1!)
by tye (Sage) on Dec 11, 2003 at 07:25 UTC |
Back to
Seekers of Perl Wisdom