Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            my $amount = $articles[$j]->findvalue('./quantity/text()')//"0
    +";
        print "$unitname;$article;$amount\n";
    }
    
  2. or download this
    Entity A;A3236;554
    Entity A;B9735;386
    ...
    Entity B;D3938;
    Entity B;E5722;
    Entity B;F3596;
    
  3. or download this
    findvalue('./quantity/text()')//"0";