in reply to Re^3: Perl script to EXE to Windows Service
in thread Perl script to EXE to Windows Service
If it doesn't work for you (and you're on win32:), you're not using the latest and the greatest PAR (and its dependencies).perl -e "use Win32::Daemon;print $/,$Win32::Daemon::VERSION,$/;" scandeps -V -e "use Win32::Daemon;print $/,$Win32::Daemon::VERSION,$/; +" pp -e "use Win32::Daemon;print $/,$Win32::Daemon::VERSION,$/;" a.exe
As a general rule, if `pp' isn't packing up everything it should be, chances are you need to learn How to use PAR.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Perl script to EXE to Windows Service
by punkish (Priest) on Dec 31, 2004 at 16:40 UTC |