in reply to Re: Filter script with pattern and an array
in thread Filter script with pattern and an array
can regex handel 60000 elements ?
so it will look like this
while (<INFILE>) { print OUTFILE if /01005;01000|01005;01001|01005;01002|01005;01003|...untill 60ooo element|03584;66689/ }