Help for this page

Select Code to Download


  1. or download this
    for my $key ( keys $obj->{'param'} ) {
        #do something with data
    }
    
  2. or download this
    Type of arg 1 to keys must be hash ( not hash elem) at ....
    or
    Type of arg 1 to keys must be hash (not scalar ref constructor) at ...
    +.