in reply to how to create independent process?

If you are seeking for this example, then please go through with this code.

use Win32::Process; Win32::Process::Create($ProcessObj, "C:\winnt\notepad.exe", "c:\sample.txt", 0, DETACHED_PROCESS, ".")|| die "cant find the application" +; }

regards
Franklin

Don't put off till tomorrow, what you can do today.