Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    a b c
    e f g
    h i j
    
  2. 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";
            }
    }