Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: getospeedChapter 8
Standard Modules
Next: Reference: setcc
 

setattr

$termios->setattr(fd, option)

Sets terminal control attributes for a given fd; returns undef on failure. option tells when to set the attributes and is one of TCSADRAIN, TCSAFLUSH, or TCSANOW.


Previous: Reference: getospeedPerl in a NutshellNext: Reference: setcc
Reference: getospeedBook IndexReference: setcc