- or download this
report_block(\$report_data{$domain}{$provider});
...
print Dumper($rpt_ref);
#access elements here!
}
- or download this
$VAR1 = \{
'error' => 0,
...
'hard_error' => 0,
'ok' => 7
};
- or download this
print $rpt_ref{total};
#Global symbol "%rpt_ref" requires explicit package name...
print $rpt_ref->{total};
#Not a HASH reference at...