Help for this page

Select Code to Download


  1. or download this
    <test>
      <name> 111 </name>
    ...
      <name> 111 </name>
      <book> abc </book>
    </test>
    
  2. or download this
    open(CP,"<cpsFile.log")
    while(<CP>)
    ...
           $soapLine.=$_;
    }
    print TRADE "$soapLine";