in reply to Re^4: Using Perl Threads with Expect.pm
in thread Using Perl Threads with Expect.pm

Yes but bart's point still stands. Why can't you use one thread to connect to machine b, then connect to machine c. Rinse and repeat. Expect doesn't require you to connect to only one machine per thread does it?
  • Comment on Re^5: Using Perl Threads with Expect.pm

Replies are listed 'Best First'.
Re^6: Using Perl Threads with Expect.pm
by Anonymous Monk on Feb 25, 2011 at 03:41 UTC

    Oh is that possible? If so, could you just give me a snippet of code / point me to an example how this could be done?