in reply to Re: Re: Viewing a PDF file from a Perl program
in thread Viewing a PDF file from a Perl program

nope, Proc::Daemon::Init doesn't return to the parent after it is called, so you would still have to fork around it. it does have some nice code for fork-ing and close-ing all open handles so it's good to look at.

  • Comment on Re: Re: Re: Viewing a PDF file from a Perl program