in reply to Re: Perl script ( Run background all the time )
in thread Perl script ( Run background all the time )

jobs only lists jobs started by the current shell, which haven't detached themselves. This may be just what the OP wants, but that isn't clear from his post.

Replies are listed 'Best First'.
Re^3: Perl script ( Run background all the time )
by johnny_carlos (Scribe) on Nov 07, 2011 at 16:14 UTC
    Thanks JavaFan! I learn a lot posting here :)