Help for this page

Select Code to Download


  1. or download this
    <message>
      <org>
        <cn>Some org-or-other</cn>
    ...
        <ln>Califia</ln>
        </contact>
    </message>
    
  2. or download this
    @files = glob "*.xml";
    
    undef $/;
    ...
        open FILE, ">$file";
        print FILE;
    }