print "foo" ne "foo"; # gibt nichts aus (false) da foo gleich foo ist print "foo" ne "bar"; # gibt 1 (true) aus da foo nicht gleich bar ist