Hi All,

I needed to slightly alter the behaviour of a module I use in Perl.

In order to see the data structure I used Data:Dumper to get an output so I
could find the piece that I required for the change of logic.

To my shock and horror it gave me this:

$VAR1 = bless( do{\(my $o = '139790129395632')}

I was expecting a series of hashes/arrays of hashes/arrays which I've
previously been able to navigate through. This is totally foreign to me.

Could anybody shed some light on it please and possibly suggesthow I can
get to the "stuff"?

My suspicion is that it contains some sort of XML that I'm going to have to
"crawl" along to get to what I want.

Thanks,
James

Reply via email to