Multiple choice technology programming languages

Perl is

  1. Compiled Language

  2. Interpretive Language

  3. Machine Language

  4. All the above

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

Perl is historically and primarily classified as an interpretive (interpreted) language, where scripts are compiled into an internal representation and executed by the Perl interpreter, rather than compiled directly to native machine code beforehand.