Help for this page

Select Code to Download


  1. or download this
    <us:ItemMaster>
       <us:ItemMasterHeader>
    ...
          </oa:ItemID>
       </us:ItemMasterHeader>
    </us:ItemMaster>
    
  2. or download this
    use strict;
    use warnings;
    ...
            my $stock = (next_sibling->first_child->text);
            my $itemNUMBER = $prefix.$stock;
        print "$itemNUMBER \n";};
    
  3. or download this
    my $twig_handlers = {oa:ItemID[my @agencyRole='Prefix_Number']=> \&ITEMnumber};