Help for this page

Select Code to Download


  1. or download this
    my ($i, $j) = (1, 10);
    while ($i++, $j--, $i < $j) {
    ...
    3       8
    4       7
    5       6