Hi Dave!
Been a long time; hope you're well!
I've been beating my head against the wall for 3 days now trying to get my app to work as a daemon. I've combed the forums trying to find an answer to no avail.
- OS: WinXP Pro
- Perl: This is perl, v5.8.7
- Win32::Daemon: initially 2003.06.17, currently 2002.06.06
I can get things installed correctly, and get a simple script to run. The minute I try and use one of my own modules, though, it stops working. As near as I can tell, it's not compiling (the first thing I do is try to open a log file to output debug statements, and I see nothing). Of course, it compiles fine if run from the command line. I have a use lib "r:/"; statement in there, so I know that the paths are correct and not depending on a particular working directory.
Any ideas how I can figure out what's going wrong? I'm going batty trying to figure it out!
joe
edit: evidently this is not a FireFox-friendly editing box.....