Name
ReadChar
Synopsis
$cons
->ReadChar([number
,col
,row
])
Reads the specified
number
of consecutive characters from
the console, beginning at col
,
row
. Returns a string containing the
characters read, or undef
on
error. You can then pass the returned variable to WriteChar
to restore the saved
characters on screen.
Get Perl in a Nutshell, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.