in reply to Re: How can I use a text file as a search string?
in thread How can I use a text file as a search string?

Would I need an open statement for each file or would chomp have a statement to the other file?
  • Comment on Re^2: How can I use a text file as a search string?

Replies are listed 'Best First'.
Re^3: How can I use a text file as a search string?
by Gangabass (Vicar) on Dec 05, 2007 at 08:54 UTC

    You need open statement for each file.