Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <root>
    ...
        </department>
      </departments>
    </root>
    
  2. or download this
     
    package House
    {
    ...
    }
    
    1;
    
  3. or download this
     
    #!/perl
    use strict;
    ...
            print join("\t", $d->name, $art->key, $country), $/;
        }
    }
    
  4. or download this
    A       001     France
    A       002     Italy
    A       003     Germany
    B       004     
    B       005