Help for this page

Select Code to Download


  1. or download this
    my $tmp;
    for my $i (0..$#a-1) {
    ...
        }
    
    }
    
  2. or download this
    my $tmp;
    my $swapped;
    ...
        }
        last unless $swapped;
    }