Perl is a ___________ language?
-
Compiled
-
Interpreted
-
Both
-
None
B
Correct answer
Explanation
Perl is primarily an interpreted language, though Perl scripts can be compiled to bytecode. Unlike C or Java which are compiled to native code, Perl code is typically executed by the Perl interpreter. Option B correctly identifies Perl as interpreted.