Hacker News new | ask | show | jobs
by natmaka 1491 days ago
Indeed, and being able to invoke 'perl -ane ...' is sometimes a bliss.
1 comments

If you use -E rather than -e you get some new features turned on by default, notably you can use "say" instead of "print".