Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    foreach my $attribute( $dom->findnodes('/test/result_summary/@*') ) {
        print $attribute->nodeName, " = ", $attribute->to_literal, "\n";
    }
    
  2. or download this
    
    ******* get individual attribute by name: ***********
    ...
    download_key = xmxnxnxnxnxnxnxnxnx
    time_start = 2020-02-19 15:50:55
    feed_version = 1.44