@file_lines = grep { if (/$player_drafted/i) { print "Removing $_ from list.\n"; 0; } else { 1 } } @file_lines;
In reply to Re: How do I verify what line(s) were found and deleted from a file
by dogz007
in thread How do I verify what line(s) were found and deleted from a file
by Bennco99
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |