Help for this page

Select Code to Download


  1. or download this
        $XmlRef->{$keyname}{'devices'}{'dev'.$cnt}{'param'} 
            = [ {$foo => $userref->{$key}{'hash'}{$foo}} ];
    
  2. or download this
      $XmlRef->{$keyname}{'devices'}{'dev'.$cnt}{'param'} = [];
      for my $foo(keys %{$userref->{$key}{'hash'}}) {
    ...
             , {id => $foo, content => $userref->{$key}{'hash'}{$foo}} ;
        $i+=1;
      }