Exactly right on the tr. The text data is just a human friendly printing of the opcode tree (you know, call subroutine, add, subtract, etc). Its not really the debugger. Its the same thing as B::Deparse except less complicated. In fact, for your viewing enjoyment I've created this as a japh as well:

BEGIN { close STDERR; if (@ARGV) { print "\n"; for ( grep /entersub/, split /^.*nextstate.*$/m, join '', grep /nextstate|entersub|padsv|gvsv/, <STDIN> ) { $_ = pack 'B*', '00' . join '', map { $_ eq 'padsv' ? 0 : 1 } grep /\A(?:pad|gv)sv\Z/, split; tr//Just another perl hacker,/cd; print; } exit; } else { open STDOUT, "|$^X $0 1" } } use O qw/Terse/; exit; sub a { print STDERR shift } my $n = 0.07037353515625; my $o = 0.071044921875; my $p = 0.3829040527 +34375; my $q = 0.53448486328125; my $r = 0.231842041015; my $s = 0.9428710937 +54356; my $t = 0.12261962890625; my $u = 0.978332519531; my $v = 0.7257385253 +90625; my $w = 0.54141235351562; my $x = 0.416351318359; my $y = 0.8389587402 +34375; my $z = 0.88931274414062; a($o/$o/$o+$v/$t/$s); a($s/$t*$s/$v-$s-$b); a($w*$w*$x+$x+$b/$t); a($r/$o*$d-$y-$x-$t); a($v/$f-$q/$v*$t*$e); a($y-$g+$n/$o-$f-$i); a($o+$u*$t*$i-$c*$q); a($o*$w/$p-$e/$h-$a); a($t-$w+$e-$q*$z-$r); a($y+$c+$x*$y/$e/$t); a($n+$e*$p*$a/$a+$r); a($v-$f+$q/$f*$e+$m); a($r+$h*$u-$r-$o*$b); a($x/$o*$g/$h/$q-$a); a($s-$h*$n-$j+$m/$q); a($z-$j*$p/$a+$d+$g); a($y/$m*$y*$y/$y+$u); a($p*$e+$q*$z-$z/$k); a($p/$e-$x*$s/$l/$o); a($s-$m*$y+$y+$j-$i); a($w*$m/$t+$a+$o+$v); a($z+$k+$v*$f+$t/$c); a($r/$i-$t-$c+$d*$s); a($v+$k+$u-$m*$e-$e); a($u-$e/$h*$y-$v+$s);

In reply to Re: Re: Allen Ginsberg - Is About WOW (possible spoiler) by diotalevi
in thread Allen Ginsberg - Is About by diotalevi

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.