#!/usr/bin/perl use strict; use warnings; use Data::Dumper; use XML::Simple; my $xml = XMLin(qq{<root t="space tab\tnewline\nend"/>}); print Dumper $xml;
$VAR1 = { 't' => 'space tab newline end' };
In reply to Re: XML::Twig and whitespaces
by monkey_boy
in thread XML::Twig and whitespaces
by DJpumps
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |