Help for this page

Select Code to Download


  1. or download this
    Feb 30 10:55:23: [B:S:0:12345abcd:Information] Information
    Feb 30 10:55:23: Before converting xml into DOM in the XMLRespToEvent 
    +method
    ...
          <charge chgTypeCd="R" chgStDt="2001-08-01">
            <chgAmt amntDue="0.00"/>
          </charge>
    
  2. or download this
    while (<LOGDATA>) {
        $logline=$_;
        print ("The whole line is --->  ",$logline);
    }