Perl virtual machine

This is an old revision of this page, as edited by D3xter (talk | contribs) at 14:42, 14 July 2010 (Stub). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.

See also