From: Ken I. <fn...@ua...> - 2006-07-13 08:16:25
|
On Wed, Jul 12, 2006 at 12:27:44PM -0800, Ken Irving wrote: > I'm flailing with an error message that occurs following the interact() > method: > ... I guess it's a warning, showing up due to the -w flag: $ perl -MExpect -w -e 'Expect->new()->interact();' < /dev/null handle id(5) is not a tty. Not changing mode at /usr/share/perl5/Expect.pm line 376. handle id(5) is not a tty. Not changing mode at /usr/share/perl5/Expect.pm line 376. handle id(5) is not a tty. Not changing mode at /usr/share/perl5/Expect.pm line 376. but not without it. -- Ken Irving, fn...@ua... |