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