Added Perl Cheat Sheet (#5035)

This commit is contained in:
Ashwin Kumar Ramaswamy 2020-11-02 19:16:12 +05:30 committed by GitHub
parent c50f0bdf34
commit 182ea18b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,7 @@
* [Language Translations](#language-translations)
* [Markdown](#markdown)
* [MongoDB](#mongodb)
* [Perl](#Perl)
* [Python](#python)
* [Ruby](#ruby)
* [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
### Perl
* [Perl Reference card](https://michaelgoerz.net/refcards/perl_refcard.pdf) (PDF)
### Python
* [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Šorn (HTML)