List of functions and data types in IO
File stdin()
Usage
Returns a file handle pointing to the standard input stream. If none of the optional Curses modules for terminal control are available, basic user input can be obtained using IO::get.
input = get(stdin);
Related