# New Ticket Created by Matthew Zimmerman # Please include the string: [perl #18131] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=18131 > ..../disassemble.pl prints out information about the *size* of each piece of header information in a bytecode file, but doesn't actually print out the *values* of each parameter. This patch corrects that. Also: are the sizes of the initial header fields (wordsize, byteorder, major, minor, etc...) always going to be 8-bit bytes, or is that system-dependent? In other words, can I get the wordsize for a PBC file on all platforms by reading the first 8 bits or do I have to do something more complicated? (./pdd/parrotbyte.pod doesn't make it clear to me.) Thanks! -- Matt Matthew Zimmerman Interdisciplinary Biophysics, University of Virginia http://www.people.virginia.edu/~mdz4c/ -- attachment 1 ------------------------------------------------------ url: http://rt.perl.org/rt2/attach/40661/32784/f00634/disassemble_pl.patchThread Next