in reply to Re: Issues with Win32::Daemon
in thread Issues with Win32::Daemon
Seeing this is a Windows app, you might also want to look at PAR (par.perl.org -- not just for Windows apps) to compile your script down to an exe, rather than trying to run Perl against it with a file parameter. This would allow for easier distribution, though it probably won't fix your Win32::Daemon problems :)