Help for this page

Select Code to Download


  1. or download this
    use XML::Simple;
    use Data::Dumper;
    ...
       <bar>2</bar>
       <bar>5</bar>
    </foo>
    
  2. or download this
    for my $this (sort {$a->{THIS} cmp $b->{THIS} } @{$xml->{policies}}) {