Input is
#!/usr/bin/perl print "Hello World.\n"; print "Hulo";
Output is
COP (0x3327c98) nextstate .. COP (0x3327c98) nextstate COP (0x3327c98) nextstate LISTOP (0x3327d34) leave .. LISTOP (0x3327d34) leave LISTOP (0x3327d34) leave OP (0x3327cd4) pushmark .. LISTOP (0x3327cf0) print OP (0x3327cd4) pushmark SVOP (0x3327d14) const LISTOP (0x3327cf0) print OP (0x3327c58) enter .. COP (0x3327d58) nextstate OP (0x3327c58) enter COP (0x3327d58) nextstate OP (0x3327d94) pushmark .. LISTOP (0x3327db0) print OP (0x3327d94) pushmark SVOP (0x3327dd4) const LISTOP (0x3327db0) print ------- OP (0x3327c58) enter COP (0x3327d58) nextstate OP (0x3327d94) pushmark SVOP (0x3327dd4) const [2] PV (0x15150f8) "Hello World.\n" LISTOP (0x3327db0) print COP (0x3327c98) nextstate OP (0x3327cd4) pushmark SVOP (0x3327d14) const [3] PV (0x142c078) "Hulo" LISTOP (0x3327cf0) print LISTOP (0x3327d34) leave [1] Hello.pl syntax OK

In reply to Can you explain what this B::BBlock output means by trisjs

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.