in reply to Re: isolating stringsin thread isolating strings
while (<INFILE>) { if (s/^.*$String//) { print; } } [download]