vkon has asked for the wisdom of the Perl Monks concerning the following question:
Win32::Process::Create is needed to spawn process in the background, so my GUI do not freezes.use Win32; use Win32::Process; Win32::Process::Create($pobj, 'D:\apps\Ghostgum\gsview\gsview32.exe', 'D:\apps\Ghostgum\gsview\gsview32.exe' . "fn.ps", 0, NORMAL_PRIORITY_CLASS, ".") || die 'can"t Win32::Process::Create: gsview32.exe'. Win32::FormatM +essage(Win32::GetLastError());
How do I do this on Linux?
TIA!
Vadim.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to spawn a process in background within Perl+GUI script
by saintmike (Vicar) on Apr 13, 2006 at 14:32 UTC | |
by Scott7477 (Chaplain) on Apr 13, 2006 at 17:48 UTC | |
by vkon (Curate) on Apr 13, 2006 at 21:56 UTC | |
|
Re: How to spawn a process in background within Perl+GUI script
by salva (Canon) on Apr 13, 2006 at 13:57 UTC | |
|
Re: How to spawn a process in background within Perl+GUI script
by Anonymous Monk on Apr 13, 2006 at 13:36 UTC | |
by vkon (Curate) on Apr 13, 2006 at 21:54 UTC | |
|
Re: How to spawn a process in background within Perl+GUI script
by zentara (Cardinal) on Apr 13, 2006 at 17:24 UTC | |
|
Re: How to spawn a process in background within Perl+GUI script
by chibiryuu (Beadle) on Apr 13, 2006 at 20:35 UTC |