print ((2*3)+3) ; # if you want to print 9 # or... $ret = (print(2*3)) + 3 ;