Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" standalone="yes" ?>
    
    ...
            </Hyper>
          </RAID-5_Device>
        </Device>
    
  2. or download this
    my $parser = new XML::LibXML;
    
    ...
        my $dev_conf = $device_id->findnodes('./configuration');
        print $dev_name->to_literal, "\t", $dev_conf->to_literal, "\n";
    }
    
  3. or download this
    my $parser = new XML::LibXML;
    
    ...
            }
        }
    }