Help for this page

Select Code to Download


  1. or download this
    @{$self->{queue}} = sort{
        $a->id <=> $b->id  ||  $a->name cmp $b->name
    } @{$self->{queue}};