Help for this page

Select Code to Download


  1. or download this
    my $xmlconfig =
    {
    ...
            }
        }
    };
    
  2. or download this
    while(my $batch_aid = $xmlconfig->{order}->{'item-info'}->{batch}->{'b
    +atch-member'}->{aid}){
      my $batch_pii = $xmlconfig->{order}->{'item-info'}->{batch}->{'batch
    +-member'}->{$i}->{'pii'};
    ...
      $orderin{subitem}='Yes';
    
    }