From 814f405b79a78edad989f9ecb4c68ed7eaa0e949 Mon Sep 17 00:00:00 2001 From: Alexandre Espinosa Menor Date: Sat, 23 Jan 2016 10:11:58 +0100 Subject: [PATCH 1/2] Added Perl 5 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1fafa5c84..1dc39dc2f 100644 --- a/README.md +++ b/README.md @@ -285,3 +285,6 @@ Anything that can write to standard out is supported, but here is a list that ha 1. Status: Working 1. Caveats: `lisp`/`clisp` must be in your `PATH` 1. Output: `(format t "your string here")` +1. Perl5 + 1. Status: Working + 1. Output: `print "your string here"` From 26770380d73b844d2ba09d3d720d3392284d779b Mon Sep 17 00:00:00 2001 From: Alexandre Espinosa Menor Date: Sat, 23 Jan 2016 18:45:00 +0100 Subject: [PATCH 2/2] 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` +