Help for this page

Select Code to Download


  1. or download this
    @attrs = map { @{ $_->{attributes}{attribute} } }
                 values %{ $data->{dataschemas}{dataschema} };
    
  2. or download this
    foreach my $dataschema ( values %{ $data->{dataschemas}{dataschema} } 
    +)
    {
    ...
            # do something with the name and value
        }
    }