Help for this page
print "text", sub(), "text";
print "text" . sub() . "text";
print "text"; print sub(); print "text";
print "text@{[ sub() ]}text";