$exp1->send_slow("$cmd\n"); $exp1->expect($timeout, -re=>'.*'); print "Got return from Expect:\n".$exp1->match()."\n";