Language Basics Perl

#!c:\perl\bin
$string1="B";
$string2="E";
if($string1 == $string2)
{
   print "Those two names are the same! \n"
}