in reply to Re^5: Wperl.exe fails with Tk + piped process ( Win32 )
in thread Wperl.exe fails with Tk + piped process ( Win32 )
use Win32::Process; Win32::Process::Create($perl,'c:\strawberry\perl\bin\perl.exe','perl.e +xe gui.pl',0,CREATE_NO_WINDOW,'.');
use Win32 qw(SW_HIDE); Win32::SetChildShowWindow(SW_HIDE);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Wperl.exe fails with Tk + piped process ( Win32 )
by Anonymous Monk on Jan 10, 2012 at 13:30 UTC |