12345678
if($string eq "Perl-Community"){ print "Hallo\n";}else{ print "Tschuess\n";}
12
if($string eq "Perl-Community") { print "Hallo\n"; }else { print "Tschuess\n"; }