Help for this page

Select Code to Download


  1. or download this
    for my $x (1..10) {
      for my $x (11..20) {
        print $x;
      }
    }