Perl virtual machine

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

The Perl virtual machine is a 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