- or download this
<excerpt>
<unit>
...
</unit>
</excerpt>
- or download this
Entity A;A3236;554
Entity A;B9735;386
...
...
Entity B;A1136;1982
etc.
- or download this
use strict;
use warnings;
...
print "$unitname;$art_chain\n";
}
- or download this
my $art_chain;
if($units[$i]->findvalue('./products/article/quantity')>0) {
$art_chain = join('---', split(/\n/, $art));
}