Help for this page

Select Code to Download


  1. or download this
    my $r = "{0,1,2,3,4,5,6,7,8,9}";
    while (my $n = glob "$r$r$r$r") {
        # Do something with $n.
    }