in reply to Re: string searchin thread string search
if(index(lc $source, 'no such file') != -1) { print "Found it \n"; } [download]