in reply to
Grabbing Process Status..
Could use some more information in order to help solve the problem, but two points I see offhand:
You probably mean "daemon" instead of "deamon"
When testing (non) equality of strings, you should use ne instead of != (which is for numerical comparison)
-
Matt Riffle
Comment on
Re: Grabbing Process Status..
Replies are listed 'Best First'.
Re: Re: Grabbing Process Status..
by
raj8
(Sexton)
on May 09, 2002 at 00:33 UTC
so the comparison should work if I use eq and ne on the test?
[reply]
In Section
Seekers of Perl Wisdom