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

Hi je44ery I made it.. The script works like charm now..

Thanks for all your valuable input, suggestion, patience and time

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

Replies are listed 'Best First'.
Re^5: Need Help in running Expect script in Perl
by jffry (Hermit) on Mar 14, 2012 at 16:10 UTC

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

      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.