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';

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 =