in reply to Passing variable to if statement

I removed the "once" modifier and now the code works perfectly. Thank you very much!

Replies are listed 'Best First'.
Re^2: Passing variable to if statement
by Jim (Curate) on Jul 16, 2014 at 23:31 UTC
    I removed the "once" modifier and now the code works perfectly.

    I don't think the code is working perfectly. If any of the names in array.txt have regular expression metacharacters in them, then the regular expression pattern you're using is unlikely to match the text as you expect it to.

    See perldoc -f quotemeta.