Help for this page

Select Code to Download


  1. or download this
    x y z
    a b c
    e f g
    h i j
    
  2. or download this
    x y z
    # a b c <- inserted element in position 0 
    e f g
    h i j
    
  3. or download this
    for my $rc(@R) {
            if ($rc->[0] eq "a") {
    ...
                    print "$rc->[0]\t","$rc-[1]\t","$rc->[2]\t","$rc->[3]\
    +n"
            }
    }
    
  4. or download this
    x y z
    a b c
    ...
    a b c
    .
    .