Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: getattrChapter 8
Standard Modules
Next: Reference: getcflag
 

getcc

$c_cc[ind] = $termios->getcc(ind)

Retrieves value from the c_cc field of a Termios object. Takes index ind since @c_cc is an array.


Previous: Reference: getattrPerl in a NutshellNext: Reference: getcflag
Reference: getattrBook IndexReference: getcflag