Help for this page

Select Code to Download


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