On Wed, Oct 15, 2008 at 11:21, Zeba <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm trying to write a perl program where I need to check when a
> process was started. I have found a way to do this in linux. Can any
> one help me on how to accomplish this in windows? I tried using the
> tasklist windows command, but that seems to give only the process ID
> and some other details ( no start time / last updated time, etc)
snip

A quick search of CPAN* yielded Win32::Process::Info** which seems to
do what you want.

* http://search.cpan.org
** http://search.cpan.org/dist/Win32-Process-Info/lib/Win32/Process/Info.pm

-- 
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to