Help for this page
print "hallo".55.0"test"; # <= error
print "hallo" . 55 . "test";
print 'hallo55test';
print "hallo",55,"test";