Help for this page

Select Code to Download


  1. or download this
    my @crl = grep { /^$c*/ } @lfq;
    my @res = grep { !/^$c*/ } @lfq;
    push @crl, @res;