Help for this page

Select Code to Download


  1. or download this
    my $n = 100;
    my $c = 0;
    ...
        $c++;
    }
    print "$c\n";
    
  2. or download this
    my $n = 100;
    my $c = 0;
    ...
        }
    }
    print "$c\n";