http://www.perlmonks.org?node_id=517125


in reply to Re: Expect problems
in thread Expect problems

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

Replies are listed 'Best First'.
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)
    You call the exp_internal method on the expect object with an argument of zero or one.