in reply to Is there a workaround for threads breaking Expect.pm logging?

This is a shot in the dark, but have you tried putting 'use threads' above 'use Expect'? I've noticed that some modules need to be after the use threads line in order to work correctly.

    -Bryan

  • Comment on Re: Is there a workaround for threads breaking Expect.pm logging?

Replies are listed 'Best First'.
Re^2: Is there a workaround for threads breaking Expect.pm logging?
by knave (Acolyte) on Aug 01, 2005 at 18:13 UTC
    Nope, after much experimentation, no order of module usage declarations affects the behavior.

    Dave