Description
Interactive Perl evaluation becomes available through a terminal REPL. Developers use it to test expressions, inspect modules, and experiment with code quickly. Code entered in the REPL runs locally and can access files, network resources, or system commands through loaded modules.