in reply to Re: Regex problemin thread Regex problem
If you want to test for equality, then by all means!
if ( grep { $index == $_ } @index_corr_file ) { # whatever } [download]