Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    while(<$haystack_infh>) {}
    
    printf "Elapsed time: %-.03f\n", time-$t0;
    
  2. or download this
    use strict;
    use warnings;
    ...
            chomp $name;
        }
    }
    
  3. or download this
    my %want;
    while(<$name_infh>) {
    ...
            last if ! keys %want;
        }
    }