Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: newChapter 8
Standard Modules
Next: Reference: getcc
 

getattr

$termios->getattr([fd])

Gets terminal control attributes for a given fd (default is 0 for STDIN); returns undef on failure.


Previous: Reference: newPerl in a NutshellNext: Reference: getcc
Reference: newBook IndexReference: getcc