in reply to Clearing lines in a file based on an array containing the lines
As far as only opening the file once, you can try opening it for both reading and writing (+<)print FILE $LINE unless ($array[0] eq "$erasethese[0]" || $array[0] eq + "$erasethese[1]" );
|
---|