I'm trying to run a GUI testing program using Perl in Cygwin on my Windows XP.
As I understand it, this is how you start an application and get the Perl script to continue running (I obviously need this functionality to be able to test the application) in a Win32 system, but it's generating an error. I get the 'cannot execute "start": No such file or directory' error.
Any ideas on what I'm doing wrong? If worse comes to worse I'll look for a new module that allows background processes, but I thought I'd be able to do it this way. Could someone correct me please?