Help for this page

Select Code to Download


  1. or download this
        $element->sort_children(sub {
                                       my ($elt) = @_;
                                       my $to = $elt->first_child('TabOrde
    +r');
                                       $to ? $to->text : 0
                                   },
                                   type => 'numeric');