Skip to content

Commit

Permalink
Merge pull request #192 from alexandregz/perl
Browse files Browse the repository at this point in the history
Added Perl 5
  • Loading branch information
matryer committed Feb 3, 2016
2 parents ab5d98f + 2677038 commit 601ee6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 601ee6b

Please sign in to comment.