Help for this page

Select Code to Download


  1. or download this
    Box of Joe     CA12DE    12345
    
  2. or download this
    chomp(my @file2 = <F2>);
    while (<F1>) {
        print unless @file2 ~~ (split /\t/)[1];
    }