$fexists = $t->waitfor(String => '/The file exists\.\.\. Do you want to overwrite it?/', errmode => 'return', timeout => 2); if ($fexists == 1) { t->print("Y");