in reply to question about if/pattern matching statement
if (/Scan/) [download]
if ( index( $_, 'Scan') == 10 ) [download]
Please see the write-up on the index function.