- or download this
#!perl
# Go2.pl - a service to create a shortcut batch file
...
$daemon->run()
};
exit;
- or download this
package Win32::Daemon::Simple;
use Data::Dumper;
...
}
1;
- or download this
package Win32::Daemon::Go2;
use Win32::Daemon::Simple;
...
}
1;