in reply to Expect problems

use exp_internal to debug the interaction between command output and what you are expecting to match.

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
      This is straight from the docs:
      $object->exp_internal(0 | 1)
      You call the exp_internal method on the expect object with an argument of zero or one.