Help for this page

Select Code to Download


  1. or download this
    @$array[$i,$i+1] = @$array[$i+1,$i];
    
  2. or download this
    #!/usr/bin/perl -wT
    use strict;
    ...
    =output
    Before: A B C D
    After : A C B D