Guys, Here is my code :
use strict; use warnings; use Data::Dumper; use XML::Simple; $/=undef; open ('handle', "/home/cpos/aznapi_webseald-default.log") or die ("can +not open file : $!"); my $xml = <handle>; my $ref = XMLin $xml; print Dumper $ref; close "handle";
Want to read the XML file "aznapi_webseald-default.log" and convert it.
Please help
In reply to XML log file to readable format conversion by tousifp
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |