termios_getattr#
Fill the POSIX::Termios object with the current settings of $fd.
תקציר#
$t->getattr(fileno(STDIN));
מה מוחזר#
"0 but true" on success, undef on failure. $fd defaults to 0 (stdin).
הבדלים מן ה-upstream#
Fully compatible with upstream POSIX.