in reply to question about if/pattern matching statement

Replace
if (/Scan/)
with
if ( index( $_, 'Scan') == 10 )

Please see the write-up on the index function.