Help for this page

Select Code to Download


  1. or download this
    use Win32::Process;
    
    Win32::Process::Create($perl,'c:\strawberry\perl\bin\perl.exe','perl.e
    +xe gui.pl',0,CREATE_NO_WINDOW,'.');
    
  2. or download this
    use Win32 qw(SW_HIDE);
    
    Win32::SetChildShowWindow(SW_HIDE);