in reply to Re^4: Need Help in running Expect script in Perl
in thread Solved: Need Help in running Expect script in Perl

So please tell us what was wrong! I'm very curious, and also it will help anyone else who has a similar problem.

  • Comment on Re^5: Need Help in running Expect script in Perl

Replies are listed 'Best First'.
Re^6: Need Help in running Expect script in Perl
by subhasishn@yahoo.com (Initiate) on Mar 15, 2012 at 07:28 UTC

    I was going through the link that you provided. In FAQ there's a question : "How come when I automate the passwd program to change passwords for me passwd dies before changing the password sometimes/every time?"

    The same issue was in my case. You can see in the script I had written I didnt do a soft_close. The script was running too fast compared to my simulator.. Such a small issue and I spent 2 weeks looking for an answer.