This article needs attention from an expert in Free Software. Please add a reason or a talk parameter to this template to explain the issue with the article. |
The Perl virtual machine is an stack-based opcodes interpreter which runs a previously compiled Perl programs. It is a part of Perl interpreter which contains also compiler (lexer, parser and optimizer) in one executable file, commonly /usr/bin/perl on various Unix-like systems or perl.exe on Microsoft Windows systems.