Perl virtual machine: Difference between revisions

Content deleted Content added
D3xter (talk | contribs)
Stub
 
D3xter (talk | contribs)
No edit summary
Line 1:
{{Expert-subject|Free Software}}
The '''Perl virtual machine''' is ana [[Stack machine|stack-based]] [[opcode|opcodes]] [[Interpreter (computing)|interpreter]] which runs a previously compiled [[Perl]] programs. It is a part of Perl interpreter which contains also [[Compiler|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.
 
==See also==