Help for this page

Select Code to Download


  1. or download this
    Dumper($response->{body}->{table})
    
  2. or download this
    print "body-table is:", Dumper($response->{body}->{table}), "\n";
    print "===============================================================
    +===\n";
    ...
      $rec{$key} = $val;
    }
    print "rec is:", Dumper($rec), "\n";
    
  3. or download this
    body-table is:$VAR1 = [
              {
    ...
    Data Record Found - Body Table
    Data Record Found - Body Table
    rec is:$VAR1 = undef;