Help for this page

Select Code to Download


  1. or download this
    use Set::IntSpan;
    use warnings;
    ...
    my $u_set = union $set $set_spec2;
    my $runlist = run_list $u_set ;
    print $runlist;