Home > Archive > PERL Modules > March 2004 > help on error log
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| rohini 2004-03-26, 11:12 pm |
| 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
| |
| Brian McCauley 2004-03-26, 11:12 pm |
| "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\\
| |
| Roel van der Steen 2004-03-26, 11:12 pm |
| On 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?
|
|
|
|
|