Content deleted Content added
m Date maintenance tags and general fixes: build a598: using AWB |
|||
Line 1:
{{Expert-subject|Free
The '''Perl virtual machine''' is a [[Stack machine|stack-based]] [[Application virtual machine|process virtual machine]] implemented as an [[opcode]]s [[Interpreter (computing)|interpreter]] which runs previously compiled [[Perl]] programs. The opcodes interpreter is a part of the Perl interpreter, which also contains a [[compiler]] ([[Lexical analysis|lexer]], [[Parsing|parser]] and [[Compiler optimization|optimizer]]) in one executable file, commonly /usr/bin/perl on various [[Unix-like]] systems or perl.exe on [[Microsoft Windows]] systems.
Line 86:
{{Perl}}
{{DEFAULTSORT:Perl Virtual Machine}}
[[Category:Perl]]
[[Category:Virtual machines]]
|