Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

(crazyinsomniac: DumperX) Re: How does one

by crazyinsomniac (Prior)
on May 04, 2002 at 01:23 UTC ( [id://163947]=note: print w/replies, xml ) Need Help??


in reply to How does one construct and access an array of arrays?

So you ai'nt up on your perl data/ref syntaxt , that's ok (you can still get by), but what I'm wondering is why you haven't tried the greatest diagnostic technique known to man?
use Data::Dumper qw( Dumper DumperX ); # I prefer X ## line 42 "My.pm" die DumperX $obj;
Data::Dumper
http://search.cpan.org/doc/GSAR/Data-Dumper-2.101/Dumper.html
DumperX
Identical to the Dumper() function above, but this calls the XSUB implementation. Only available if you were able to compile and install the XSUB extensions in Data::Dumper.

 
______crazyinsomniac_____________________________
Of all the things I've lost, I miss my mind the most.
perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://163947]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-20 00:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found