in reply to
Expect problems
use exp_internal to debug the interaction between command output and what you are expecting to match.
Comment on
Re: Expect problems
Replies are listed 'Best First'.
Re^2: Expect problems
by
sunadmn
(Curate)
on Dec 16, 2005 at 01:48 UTC
Would you happen to have an example of the correct syntax for using that?? The perldoc has my head spinning at this point.
Thanks a Million
SUNADMN
USE PERL
[reply]
Re^3: Expect problems
by
runrig
(Abbot)
on Dec 16, 2005 at 17:12 UTC
This is straight from the docs:
$object->exp_internal(0 | 1)
[download]
You call the exp_internal method on the expect object with an argument of zero or one.
[reply]
[d/l]
In Section
Seekers of Perl Wisdom