Skip to content

Commit

Permalink
Fix akshitagit#20: Add Perl (#214)
Browse files Browse the repository at this point in the history
* Perl resources added

* Perl resources added
  • Loading branch information
ishii22 authored Apr 6, 2021
1 parent 53f9939 commit 5bf7998
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -2132,6 +2132,34 @@
"Tips4" : "https://paulvanderlaken.com/2020/06/30/100-python-pandas-tips-tricks/",
"Tip5" : "https://www.dataschool.io/future-of-pandas/"
},
{
"Title" : "Perl",
"Tag" : "Programming Language ",
"Documentation" : "https://perldoc.perl.org/",
"YT1" : "https://www.youtube.com/watch?v=WEghIXs8F6c",
"YT2" : "https://www.youtube.com/playlist?list=PL9ooVrP1hQOH9R0GR6yFteE4XWbsYNLga",
"YT3" : "https://www.youtube.com/playlist?list=PLWPirh4EWFpE0UEJPQ2PUeXUfvJDhPqSD",
"YT4" : "https://www.youtube.com/playlist?list=PL_RGaFnxSHWpqRBcStwV0NwMA3nXMh5GC",
"Website1" : "https://www.geeksforgeeks.org/perl-programming-language/",
"Website2" : "https://www.tutorialspoint.com/perl/index.htm",
"Website3" : "https://www.guru99.com/perl-tutorials.html",
"Website4" : "https://www.javatpoint.com/perl-tutorial",
"Website5" : "https://www.perltutorial.org/",
"Dedicated GH page1" : "https://github.com/thibaultduponchelle/perlres",
"Dedicated GH page2" : "https://github.com/Perl/perl5",
"Dedicated GH page3" : "https://github.com/PerlDancer/Dancer2",
"Dedicated GH page4" : "https://github.com/gugod/App-perlbrew",
"Course1" : "https://www.udemy.com/course/perl-programming-for-beginners/",
"Course2" : "https://www.udemy.com/course/perltutorial/",
"Course3" : "https://www.linkedin.com/learning/perl-5-essential-training",
"Course4" : "https://www.udemy.com/course/perl-for-beginners/",
"Course5" : "https://www.edureka.co/mastering-perl-scripting-self-paced",
"Tips1" : "https://www.xaprb.com/blog/2006/10/05/five-great-perl-programming-techniques-to-make-your-life-fun-again/",
"Tips2" : "https://www.techrepublic.com/article/10-things-every-perl-hacker-should-know/",
"Tips3" : "https://opensource.com/life/16/7/perl-tricks-system-administrators",
"Tips4" : "https://blogs.oracle.com/linux/the-top-10-tricks-of-perl-one-liners-v2#:~:text=We'll%20start%20with%20a,%2Dn%20and%20%2Dp%20flags.",
"Tips5" : "https://www.thegeekstuff.com/2010/01/20-killer-perl-programming-tips-for-beginners-on-unix-linux-os/"
},

{ "Title" : "PHP",
"Tag": "Programming Language",
Expand Down
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1929,6 +1929,50 @@ https://www.dataschool.io/future-of-pandas/
<br><br>
</details>

<details>
<summary>Perl</summary>
<br>
Category/Type - <br>
Programming Language <br>
<br>
Official Documentation - <br>
https://perldoc.perl.org/ <br>
<br>
Best Youtube Creators- <br>
https://www.youtube.com/watch?v=WEghIXs8F6c <br>
https://www.youtube.com/playlist?list=PL9ooVrP1hQOH9R0GR6yFteE4XWbsYNLga <br>
https://www.youtube.com/playlist?list=PLWPirh4EWFpE0UEJPQ2PUeXUfvJDhPqSD <br>
https://www.youtube.com/playlist?list=PL_RGaFnxSHWpqRBcStwV0NwMA3nXMh5GC <br>
<br>
Useful Websites- <br>
https://www.geeksforgeeks.org/perl-programming-language/ <br>
https://www.tutorialspoint.com/perl/index.htm <br>
https://www.guru99.com/perl-tutorials.html <br>
https://www.javatpoint.com/perl-tutorial <br>
https://www.perltutorial.org/ <br>
<br>
Dedicated Github page- <br>
https://github.com/thibaultduponchelle/perlres <br>
https://github.com/Perl/perl5 <br>
https://github.com/PerlDancer/Dancer2 <br>
https://github.com/gugod/App-perlbrew <br>
<br>
Best Courses- <br>
https://www.udemy.com/course/perl-programming-for-beginners/ <br>
https://www.udemy.com/course/perltutorial/ <br>
https://www.linkedin.com/learning/perl-5-essential-training <br>
https://www.udemy.com/course/perl-for-beginners/ <br>
https://www.edureka.co/mastering-perl-scripting-self-paced <br>
<br>
Other Tips/Hacks- <br>
https://www.xaprb.com/blog/2006/10/05/five-great-perl-programming-techniques-to-make-your-life-fun-again/ <br>
https://www.techrepublic.com/article/10-things-every-perl-hacker-should-know/ <br>
https://opensource.com/life/16/7/perl-tricks-system-administrators <br>
https://blogs.oracle.com/linux/the-top-10-tricks-of-perl-one-liners-v2#:~:text=We'll%20start%20with%20a,%2Dn%20and%20%2Dp%20flags <br>
https://www.thegeekstuff.com/2010/01/20-killer-perl-programming-tips-for-beginners-on-unix-linux-os/ <br>
<br>
</details>

<details>
<summary>PHP</summary>
<br>Category/Type - <br>Programming Language<br>
Expand Down

0 comments on commit 5bf7998

Please sign in to comment.