Help for this page

Select Code to Download


  1. or download this
    my @seq = sort { $a <=> $b }
        map /(\d+)-(\d+)/ ? $1 .. $2 : $_,
        split /,\s*/, $comb;