Help for this page

Select Code to Download


  1. or download this
    <contacts>
      <entry>
    ...
        <zip>910</zip>
      </entry>
    </contacts>
    
  2. or download this
    #!/usr/bin/perl
    use XML::XPath;
    ...
      local $" = "\n";
      print "I found these names:\n@names\n";
    }