<A HREF="#item_strrchr"><CODE>strrchr()</CODE></A> is C-specific, use <A HREF="../lib/Pod/perlfunc.html#item_rindex"><CODE>rindex()</CODE></A> instead.
Create a new Termios object. This object will be destroyed automatically
when it is no longer needed. A Termios object corresponds to the termios
C struct. <A HREF="#item_new"><CODE>new()</CODE></A> mallocs a new one, <A HREF="#item_getattr"><CODE>getattr()</CODE></A> fills it from a file descriptor,
and <A HREF="#item_setattr"><CODE>setattr()</CODE></A> sets a file descriptor's parameters to match Termios' contents.