Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="utf-8" ?>
    <SDForm>
    ...
    
        </Form>
    </SDForm>
    
  2. or download this
    use XML::Simple;
    use strict;
    my $xml = new XML::Simple;
    my $data = $xml->XMLin('cmdb_coh.xml');
    print $data->{Form}->{ResourceString}->{value};