Browse Source

Added Perl Cheat Sheet (#5035)

Ashwin Kumar Ramaswamy 5 years ago
parent
commit
182ea18b4e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      free-programming-cheatsheets.md

+ 6 - 0
free-programming-cheatsheets.md

@@ -15,6 +15,7 @@
 * [Language Translations](#language-translations)
 * [Language Translations](#language-translations)
 * [Markdown](#markdown)
 * [Markdown](#markdown)
 * [MongoDB](#mongodb)
 * [MongoDB](#mongodb)
+* [Perl](#Perl)
 * [Python](#python)
 * [Python](#python)
 * [Ruby](#ruby)
 * [Ruby](#ruby)
 * [SQL](#sql)
 * [SQL](#sql)
@@ -102,6 +103,11 @@
 * [Quick Cheat Sheet for Mongo DB Shell commands](https://gist.github.com/michaeltreat/d3bdc989b54cff969df86484e091fd0c) - Michael Treat's Quick Cheat Sheet
 * [Quick Cheat Sheet for Mongo DB Shell commands](https://gist.github.com/michaeltreat/d3bdc989b54cff969df86484e091fd0c) - Michael Treat's Quick Cheat Sheet
 
 
 
 
+### Perl
+
+* [Perl Reference card](https://michaelgoerz.net/refcards/perl_refcard.pdf) (PDF)
+
+
 ### Python
 ### Python
 
 
 * [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Šorn (HTML)
 * [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Šorn (HTML)