Help for this page

Select Code to Download


  1. or download this
    use strict;
    use XML::Twig;
    ...
    $twig->parsefile("file.xml");
    
    my @height = $twig->get_xpath ('//measure[string(c093)="01"]');  #if i
    + want to get the length
    
  2. or download this
    <message>
    <product>
    ...
            </measure>
    
    </product>