Help for this page
$ perl -wle'print ((1))' print (...) interpreted as function at -e line 1. 1
print (4+3)*2; # Expected to print 14, but prints 7