Help for this page

Select Code to Download


  1. or download this
    grep insert_job | sort -u | wc -l
    
  2. or download this
        my $dupes = 0;
        while (<FH1>) {
    ...
            $diffHash1{$var2} = $var2;
        }
        print "$dupes dupes found in file1.\n";