$ perl -wle 'print("a")' a $ perl -wle 'print ("a")' print (...) interpreted as function at -e line 1. a $ perl -wle 'print ("a")' a $