slugger415 has asked for the wisdom of the Perl Monks concerning the following question:
my $twig= XML::Twig->new(
comments => 'keep',
twig_handlers => { 'cmd' => \&cmd_processing,
);
Is something amiss?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::Twig deletes comments
by toolic (Bishop) on Sep 01, 2011 at 19:13 UTC | |
by slugger415 (Monk) on Sep 02, 2011 at 18:56 UTC |