Google News
logo
Perl - Interview Questions
Is Perl Compiler or Interpreter?
Perl is said to be both compiler and interpreter. It reads the source code, converts the program into bytecode before execution and then runs it. Hence, Perl is sometimes called an interpreter/compiler.
Advertisement