in reply to HASH error
Put a
print Dumper($ref), "\n";
before the line
foreach my $oid (values %{$ref->{OBJECT}}) {
and show us the output. You also have to put a
use Data::Dumper;
below the line
use JSON;
McA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: HASH error
by Sententiosus (Initiate) on Sep 13, 2013 at 08:21 UTC | |
by McA (Priest) on Sep 13, 2013 at 10:10 UTC |