if (my ($version) = $buffer =~ m/^HELLO (\d+\.\d+)/) { ## Escape the "." if ($version eq "1.0") { # Do a "text" compare, not numeric