From 26770380d73b844d2ba09d3d720d3392284d779b Mon Sep 17 00:00:00 2001 From: Alexandre Espinosa Menor Date: Sat, 23 Jan 2016 18:45:00 +0100 Subject: [PATCH] Add infor about -l to shebang by @taylorzane --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1dc39dc2f..5c43eb70e 100644 --- a/README.md +++ b/README.md @@ -288,3 +288,6 @@ Anything that can write to standard out is supported, but here is a list that ha 1. Perl5 1. Status: Working 1. Output: `print "your string here"` + 1. Notes + 1. Add `-l` to shebang to automatic add newline to print function: `#!/usr/bin/perl -l` +