Dear Monksters,
For QA test automation purposes, I need to find a way to control from Perl various interactive command line executables, including the Windows telnet.exe client. The requirements are such that I must use these programs and not Perl versions of them, so I must be able to control them from Perl.
I believe this would be a trivial task in the *nix world, but since fork, et.al. don't work on Windows, how can I do this? A simple example or pointer to one would go a long way in making my day!
Thanks!
"Peace, love, and Perl...well, okay, mostly just Perl!" --me
Apprentice