Re: Reading Data::Dumper output
- From: Mark Clements <mark.clementsREMOVETHIS@xxxxxxxxxx>
- Date: Fri, 08 Feb 2008 17:35:54 +0000
RB wrote:
Hi,<snip>
I'm trying to use Data::Dumper to determine how to read a structure
and determine how to unpack it. I'm seeing entries for INTYPE with
values of 8 or 9. Where would I find what a type 8 or 9 is and
generally how to interpret the output?
I'm running perl v5.8.8 build 822
},That would depend on the application that created the data structure. It has nothing to do with Data::Dumper per se. The documentation for Data::Dumper would probably be a good start, though.
'NBR_CPU' => {
'DECIMALS' => 0,
'NAME' => 'NBR_CPU',
'POSITION' => 4,
'OFFSET' => 8,
'INTYPE' => 8,
'LEN' => 4,
'EXID' => 'I'
},
http://search.cpan.org/~ilyam/Data-Dumper-2.121/Dumper.pm
Mark
.
- References:
- Reading Data::Dumper output
- From: RB
- Reading Data::Dumper output
- Prev by Date: Reading Data::Dumper output
- Next by Date: Re: Reading Data::Dumper output
- Previous by thread: Reading Data::Dumper output
- Next by thread: Re: Reading Data::Dumper output
- Index(es):
Relevant Pages
|
|