Code Comments
Programming Forum and web based access to our favorite programming groups.i am working on a perl project for server management.i would like to know how to get the current running processes(task maanger) via my program and also the application errors have to be handled.help me
Post Follow-up to this message"rohini" <rohinii@nospam.myway.com> writes: > i am working on a perl project for server management.i would like to know > how to get the current running processes(task maanger) via my program From the use of the phrase "task manager" I shall guess that you are talking about Win32. (Note, I shouldn't be expected to guess - your post should have included all information necessary for someone to know what you were talking about). Win32::Process::Info > and also the application errors have to be handled. That statement is exceptionally vague. From the subject line "help on error log" I'm going to guess you really meant to ask: "How can I read the Win32 application event log?" Win32::EventLog If you have any other sundry Win32 server management tasks to address in Perl then please do not hesitate to look at the many Win32 modules are available on CPAN and elsewhere. -- \\ ( ) . _\\__[oo .__/ \\ /\@ . l___\\ # ll l\\ ###LL LL\\
Post Follow-up to this messageOn Thu, 25 Mar 2004 at 15:58 GMT, rohini <rohinii@nospam.myway.com> wrote: > i am working on a perl project for server management.i would like to know > how to get the current running processes(task maanger) via my program and > also the application errors have to be handled.help me > I wondered if Win32::Process::Info could be of any help for you. And what do you mean by "handling the application errors"? Which applications? What do you want to do when an error is encountered?
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.