Perl

Powerful text processing and scripting language

Overview

Perl is a high-level, general-purpose language known for its text processing capabilities and extensive CPAN module ecosystem.

Language Aliases

Supported Aliases
run perl "print 'Hello\n';"
run pl "print 'Hello\n';"
Output
Hello
Hello

REPL Behavior

Perl's REPL is STATEFUL - variables persist across commands.