Help for this page

Select Code to Download


  1. or download this
    print Dumper ($self->result->{Abcd});
    
      print "\n Platform ="; print Dumper ($self->result->{Abcd}->{Platfor
    +m});
      print "\n abcdname ="; print Dumper ($self->result->{Abcd}->{AbcdNam
    +e});
    
  2. or download this
    $VAR1 = [
              {
    ...
     Platform =$VAR1 = undef;
    
     abcdname =Bad index while coercing array into hash at xxx.pm line 33