Help for this page

Select Code to Download


  1. or download this
    {
      'Entity B' => {
    ...
                    'unitnumber' => '1',
                    'contactinfo' => {
    ...
    
  2. or download this
    use strict;
    use XML::Rules;
    ...
    <unit>
    <unitnumber>1</unitnumber>
    ...