I have 2 Windows machines. One physical for development and another (virtual) for testing.
I want to write a PERL script that would take my compiled files and copy them to predefined locations on the virtual machine (backing up existing files).
Before copying the files I need to check for certain services and processes and kill them (start them back up at the end of the script).
I can't seem to find any real example for this on the web. Here and there I found people who use Net SCP for similar tasks but my PERL installation doesn't have and I get errors when installing it.
I was hoping to get a good direction and sound advice as to which modules I should try to use.
Thank you very much