Hello,
I'm new to Perl. I'm trying to modify Perl code that used fgrep to remove all lines containing "intron", however, it also removes all lines that contain "splice_region&intron" which I would like to keep. How do I modify the code so it only removes lines with “intron” but keeps the lines “splice_region&intron”?
Here is the exact Perl code that I'm trying to change: