After converting a .pl to an .exe to run as a Windows service using PerlSvc (PDK-9.4.0 and ActivePerl-5.20.2) I get a test error "ERROR LOADING MODULE: Date::Manip::DM6 at C:\Perl\NCx86.exe>Date/Manip.pm line 35". I tried adding "BEGIN {$Date::Manip::Backend = 'DM6';}" and "use Date::Manip;" under it at the beginning of the script to no avail. I have re-loaded the module and everything else and have been reading related articles for days and have yet to find an answer to this problem. Please help?
↧