in reply to
Ignore ALL characters and delete?
if ($list =~ /$link/i) {
why is this a regex, why not just use "eq" ?
Comment on
Re: Ignore ALL characters and delete?
In Section
Seekers of Perl Wisdom