Help for this page

Select Code to Download


  1. or download this
    $file = "c:\\temp\\1.xml";
    $out = "c:\\temp\\output.txt";
    open (FH, $file)or die "Cannot Open $file :$!";
    ...
    }
    close FH;
    close OUT;
    
  2. or download this
    --------Example of the output TEXT---------
     = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
    + = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
    += 
     
    ...
     
     = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
    + = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
    += 
     ----------------------End output Example----------