On Monday, August 12, 2002, at 11:21 , Joe Mecklin wrote:

> Thanks Drieux,
>
> You put me on the right track.  Working through your suggestion made me
> realize I also needed a sleep between seeing the prompt and sending the
> data (something also required in the Expect script but inconveniently
> forgotten <g>).  I've been able to successfully connect multiple
> concurrent times now.
[..]

I'm not sure that 'sleep' is the correct notion,
if you go into the 'waitfor() you will probably
find that it is going

        branch and get casual

until it finds the token you want in the stream.

so your code merely needed to remember to
push the right password back at it.

there is i believe a Perl::Expcext type
parser.. of some sort.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to