Help for this page

Select Code to Download


  1. or download this
    my @result;
    foreach my $c (@array) {
    ...
      push @result,$x,$y);
    }
    print join("\t",@result);
    
  2. or download this
    while (<SFILE>) {
    ...
    ...
            ... #process a data line
        }
    }