Bhuvana,
XML questions are best asked on the perl-XML list. Many Twig users frequent
that list (even the author chimes in from time to time).
I'm not all that familiar with Twig, so what I can do is give you working
XML::LibXML code:
my $doc = XML::LibXML->new->parse_file($ARGV[0]);
my @dl_nodes
Hello,
Using xml twig, I am trying to supply two elements in a line with the
separator tab.
Ex:
ABCCDE
addeerwe
sdfsdfserewrwe
Expected Result:
ABCCDE
addeerwe
sdfsdfserewrwe
Obtained Result:
ABCCDE
addeerwe
sdfsdfserewrwerwe
i.e. After some characters are repeating, t