Help for this page

Select Code to Download


  1. or download this
        $ref= $obj->{param};
        for(  keys %$ref  ) {
            Mung( $ref->{$_} );
        }
    
  2. or download this
        my @keys= keys $obj->{param}->%;