Help for this page

Select Code to Download


  1. or download this
    use strict;
    use XML::LibXML;
    ...
    # also tried various quoting scheme...
    my $tmp = scalar(@vol);
    print "Number of entries: $tmp \n"; # 0
    
  2. or download this
    <root>
    <ProductKey>99</ProductKey>
    <Volume VolumeCategory="L" MeasurementCategory="Real">0.063</Volume>
    <Volume VolumeCategory="cuft" MeasurementCategory="Real">2.2</Volume>
    </root>