Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #
    ...
        } until ($next==$n-$j);
    }
    for($k=0;$k++<$n;print($array[$k],",")){}