I'd like to add some automation to my laptop and I'd like Perl to be able to check the status of running(or not running) programs, stop and start programs and even modify running programs under Windows.
I've found the 'system' command
system("foobar.exe -q");
but before a stumble off in to the forest I thought I'd stop by and ask the monks for advice, warning, directions and examples before a get into it too deep.
So I'm looking for the tools for Perl running on the laptop to monitor and control the laptop programs.
Thanks,
kc