There isn't one.

Perl interally uses a bytecode representation, but the only definitive definition of it is in the sourcecode.

What you likely want is the documentation in perlguts, try perldoc perlguts for that. Beyond that both Devel::Peek and B are useful modules for learning about the innards of Perl, as is reading the source-code, etc.

Depending upon what kind of project this is for, you may also want to search for documentation on XS, SWIG, or try the Inline module.

EDIT
Forgot to mention. Creating a real specification is on the wishlist for Perl 6. Initially it sounded like there was a very good chance, but I have not been paying much attention.


In reply to Re (tilly) 1: Perl interpreter/compiler architecture by tilly
in thread Perl interpreter/compiler architecture by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.