Perl virtual machine: Difference between revisions

Content deleted Content added
Opcodes: spelling
grammar
Line 1:
{{Expert-subject|Free Software}}
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 a previously compiled [[Perl]] programs. OpcodesThe opcodes interpreter is a part of the Perl interpreter, which also contains alsoa [[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.
 
==Implementation==