Help for this page

Select Code to Download


  1. or download this
    my $i = my $j = 0;
    while ($i++ < 5) {
    ...
        $j++;
        printf "j:$j\n";
    }
    
  2. or download this
    my $yodda = 0;
    while ($yodda < 6) {
    ...
    } continue {
        print "$yodda\n";
    }