![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Expect::Simple helpby BMaximus (Chaplain) |
on Dec 02, 2005 at 17:50 UTC ( #513667=note: print w/replies, xml ) | Need Help?? |
My guess is that its failing to find the prompt you're asking it to find. Seems like the module is very specific as to how it finds those prompts so it can send commands. Take a look at the prompt you want the module to find and see if it has a ":" at the end or a new line (carrage return?) and then the ":" asking for the password.
I've never used Expect::Simple so I'm not sure if I'm right or not. It's a WAG at best. Hope it helps.
BMaximus
In Section
Seekers of Perl Wisdom
|
|