Help for this page

Select Code to Download


  1. or download this
    open(XML, "<", ...);
    {
      local($/) = '</record>';
      while (<XML>) { ...process one <record> element... }
    }