in reply to RE: Re: Background Process
in thread Background Process

Or if you are feeling lazy you can do all the above forking, closing, reopening etc with :-
use Proc::Daemon; #... Proc::Daemon::Init();

Replies are listed 'Best First'.
Re: RE: RE: Re: Background Process
by Anonymous Monk on Mar 28, 2002 at 21:40 UTC
    Could you provide a sample script? Thanks, David