There's more than one way to do things | |
PerlMonks |
Re^3: Expect.pm control terminal widthby broomduster (Priest) |
on Oct 07, 2008 at 22:19 UTC ( [id://715865]=note: print w/replies, xml ) | Need Help?? |
Drop the quotation marks (the ones inside the qw):
What you have is passing "cols and 200" to stty, which it does not recognize (as indicated in the error messages). Also note that according to the docs, you probably want to be using the slave side of the pty:
In Section
Seekers of Perl Wisdom
|
|