One-liner: print
- -e|command line
- -E
perl -e "print 42"
perl -E "say 42"
perl -E "say q(hello world)"
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
perl -e "print 42"
perl -E "say 42"
perl -E "say q(hello world)"