Unfortunately, Dave Roth has not put his excellent modules on Activestate, as far as I can tell.
Therefore, you need to set your repository to his site woth the command:
c:\>ppm set repository RothNet http://www.roth.net/perl/packages
Evon more unfortunately, the roth.net server frequently appears to be down or inaccessible, so I recommend getting everything at once.
--
Regards,
Helgi Briem
helgi AT decode DOT is
| [reply] [d/l] |
D:\>ppm install --location=http://www.roth.net/perl/packages win32-dae
+mon
Installing package 'win32-daemon'...
Bytes transferred: 38626
Installing D:\Perl\site\lib\auto\Win32\daemon\daemon.DLL
Installing D:\Perl\site\lib\Win32\DAEMON.PM
Installing D:\Perl\site\lib\Win32\daemon\AutoStart.pl
Installing D:\Perl\site\lib\Win32\daemon\Create.pl
Installing D:\Perl\site\lib\Win32\daemon\daemon.pl
Installing D:\Perl\site\lib\Win32\daemon\Daemon_Template.pl
Installing D:\Perl\site\lib\Win32\daemon\Win32-daemon.ppd
Writing D:\Perl\site\lib\auto\Win32\Daemon\.packlist
D:\>perl -MWin32::Daemon -e "print 'OK'"
OK
This worked for me!
Hopes
perl -le '$_=$,=q,\,@4O,,s,^$,$\,,s,s,^,b9,s,$_^=q,$\^-]!,,print'
| [reply] [d/l] [select] |