in reply to XML::Smart 1.4.x vs 1.5.x
my $ref = $XML->{output}('name','eq',"$show"); use Data::Dumper; print Dumper($ref);
Maybe what you see will make it obvious why your code isn't working.
-sam
PS: You might also consider finding another XML module. XML::Smart is interesting, but it's not exactly part of the Perl XML processing mainstream.
|
|---|