Help for this page

Select Code to Download


  1. or download this
      while  ($line = <$fh>) {
      chomp (@r = split/\s+/);
    
  2. or download this
         push @{$lineFileContains{$r[3]}}, [@r[4..$#r]];
    
  3. or download this
                   foreach (@{$lineFileContains{$_}}) {
                     print "\t$_->[3]\t$_->[4]\n";
                   }