From: Jan D. <ja...@ac...> - 2007-03-20 19:19:57
|
On Mon, 19 Mar 2007, Peter Buck wrote: > "STILL_ACTIVE" is not exported by the Win32::Process module You need Win32::Process version 0.10 or later. Check your version: perl -MWin32::Process -eprint$Win32::Process::VERSION 0.10 It is already included in ActivePerl 815 and later. Cheers, -Jan |