Help for this page

Select Code to Download


  1. or download this
    my ($min,$max) = (0,21);
    my @nums = (1, 5, 6, 8, 15, 20);
    ...
            print "$_\n";
        }
    }
    
  2. or download this
    0
    Hilighted: 1
    ...
    19
    Hilighted: 20
    21