Re: Data::Dumper Output

2019-01-25 Thread Andrew Solomon
Hi James, It looks like the object is based on a scalar. To see what I mean, play with the code below. In the case of the output in your email, I suspect the class name would have been on the line after "bless" cheers, Andrew #!/usr/bin/env perl use strict; use warnings; use feature 'say'; pa

Data::Dumper Output

2019-01-25 Thread James Kerwin
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 = '139790129395

Re: undef in data dumper output

2007-09-26 Thread Ron Bergin
On Sep 24, 8:38 pm, [EMAIL PROTECTED] wrote: > I'm using html::tokeparser::simple and will next place desired data > into hashes, but I'm having problems getting to the individual pieces > of data. > > After using html::tokeparser::simple, then using a regex and pushing > data into a new array, I c

Re: undef in data dumper output

2007-09-25 Thread John W. Krahn
[EMAIL PROTECTED] wrote: I'm using html::tokeparser::simple and will next place desired data into hashes, but I'm having problems getting to the individual pieces of data. After using html::tokeparser::simple, then using a regex and pushing data into a new array, I can't access individual elemen

undef in data dumper output

2007-09-25 Thread shadkeene
I'm using html::tokeparser::simple and will next place desired data into hashes, but I'm having problems getting to the individual pieces of data. After using html::tokeparser::simple, then using a regex and pushing data into a new array, I can't access individual elements of the array. Using data