in reply to Windows specific shell command calls
As for Win32, you might also reconsider using Win32::Process, as it allows you to not wait for a program to finish. It'll launch a program, any program, like the shell would do — in particular, itr's a good way to launch Windows programs (like notepad).
Other interesting appoaches, that work well on Win32 too, include IPC::Open2, IPC::Open3, and IPC::Run. I'm sure I'm still missing a few more, interesting, options.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Windows specific shell command calls
by sonic (Acolyte) on Mar 27, 2004 at 03:35 UTC | |
by bart (Canon) on Mar 27, 2004 at 09:53 UTC |