Help for this page

Select Code to Download


  1. or download this
    push @{$lineFileContains{$r[3]}}, [@r[3..$#r]];
    
  2. or download this
    foreach (@{$lineFileContains{$_}}) {
       print "\t$_->[0]\t$_->[1]\n";
    }
    
  3. or download this
    push @{$lineFileContains{$r[3]}},
    
  4. or download this
    push @{$lineFileContains{$r[2]}},