Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'xfire' => {
    ...
                           'config' => 1
                         }
            };
    
  2. or download this
    <qa_logs>
      <xfire config="1" summary="1" />
    </qa_logs>
    
  3. or download this
    <qa_logs>
      <xfire>
    ...
        <summary>1</summary>
      </xfire>
    </qa_logs>
    
  4. or download this
    XMLout(\%qa_logs, OutputFile => "newfile.xml", RootName => 'qa_logs');