One-liner: print



perl -e "print 42"

perl -E "say 42"

perl -E "say q(hello world)"