I am using PAR:Packager to create exe from perl. I wish to make .exe with hidden functionality especially for wind开发者_JAVA百科ows i.e. executing in background for those system where active perl is not installed. how to do this??
pp -g
will build an executable without a console window. No windows will be created (unless you make them yourself).
You may check out a similar thread here: https://serverfault.com/questions/21511/run-perl-script-as-a-windows-service
I've used srvany.exe recently and found it useful.
精彩评论