in reply to Test::Expect : expect_send() dies
Alternatively, the error_expect() method in Expect::Simple (what Test::Expect is build on) might be relevant, but not sure..#!/bin/bash read -r var1?"Enter foo " 2>&1 # is the read syntax here right for b +ash?? echo $var1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Test::Expect : expect_send() dies
by Hesky (Initiate) on Jul 07, 2005 at 15:21 UTC |