Help for this page

Select Code to Download


  1. or download this
    use Set::IntSpan; # CPAN rules :-)
    use strict;
    ...
        my $set = Set::IntSpan->new($run);
        $set->elements;
    }
    
  2. or download this
    use Set::IntSpan; # CPAN rules :-)
    use strict;
    ...
      $run =~ s/,/, /g; # give them the spaces
      $run;
    }