if ( $dir =~ /^\Q$fav\\\E/ ) { # Note the \E at the end! #### if ( $dir =~ /^\Q$fav\E\\/ ) {