if ($entry[1] == "r") # true if $entry[1] is '0', or 'r', or 'z'! if ( $entry[1] eq "r" ) # true if $entry[1] is "r"