Help for this page

Select Code to Download


  1. or download this
    my $string = "1,5,7..10,15,17..19,22";
    my @array = eval($string);
    print join ", ", @array;