diff --git a/README.md b/README.md index 1fafa5c84..5c43eb70e 100644 --- a/README.md +++ b/README.md @@ -285,3 +285,9 @@ 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"` + 1. Notes + 1. Add `-l` to shebang to automatic add newline to print function: `#!/usr/bin/perl -l` +