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
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
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
[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
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