Multiple choice technology programming languages

Perl is

  1. An interpreter language

  2. A compiler language

  3. Partial compiler and interpreter language

  4. An Indian language

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Perl is a hybrid language; it compiles the source code into an internal bytecode representation before executing it immediately via its built-in interpreter.