Help for this page

Select Code to Download


  1. or download this
    file1
          file2
    
  2. or download this
     foreach (@array) {
                           parXML($_);
                                 }
    
  3. or download this
    sub parXML {
    
        my $file = shift;
    ...
            $twig->purge;
        }
    }
    
  4. or download this
     
    <REP>abc</REP>
     <ING>ip</ING>
    ...
    </DS>
    </COM>
    <LIST>ac</LIST>
    
  5. or download this
     
    <REP>ab</REP>
     <ING>ip</ING>
    ...
    </DS>
    </COM>
    <LIST>gn</LIST>
    
  6. or download this
    <IP_ADDRESS>192.168.67.16</IP_ADDRESS>
     <COM>
    ...
    <N>1</N>
    </DS>
    </COM>
    
  7. or download this
    <IP_ADDRESS>192.168.67.110</IP_ADDRESS>
     <COM>
    ...
    <N>5</N>
    </DS>
    </COM>