print "ciao!" if $string eq "ciao"; print "hi!" elsif $string eq "hi"; print "hallo!" else;