if ($var =~ /bob/i) { # Bob matches bob } #### if (lc $var eq "bob") { # Bob matches bob }