Help for this page

Select Code to Download


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