HI Paul,

As an aside, XML::Simple is a bit more predictable if you initialise it with
> some extras, some of which are suggested in the docs,
>

Thanks for the suggestion.

It may not be possible to do what I'm asking for. In the end I decided to
do:

my @nested_list;

eval {

    @nested_list =
$xml_simple_tree->{just}->{try}->{it}->{and}->{eval}->{will}->{still}->{save}->{me};

};

Nige
_______________________________________________
BristolBathPM mailing list
[email protected]
http://mailman.bristolbath.org/mailman/listinfo/bristolbathpm

Reply via email to