Help for this page

Select Code to Download


  1. or download this
    my %sort_xml = @output;
    
  2. or download this
    foreach my $key ( sort { $sort_xml{$a} <=> $sort_xml{$b} } ( keys(%sor
    +t_xml) ) )
    
  3. or download this
    @sorted = sort { $a->attr_method cmp $b->attr_method } @out;