-
-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Perl introductory resources to warm newbies about Perl
Update docs/dev/how-to-learn-perl.md Co-authored-by: VaiTon <eyadlorenzo@gmail.com> add learn perl link to readme
- Loading branch information
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# How to learn Perl programming language? | ||
|
||
Here are some introductory resources to learn Perl: | ||
|
||
### Quick start | ||
- [Perl Youtube Tutorial](https://www.youtube.com/watch?v=c0k9ieKky7Q) - Perl Enough to be dangerous // FULL COURSE 3 HOURS. | ||
- [Perl - Introduction](https://www.tutorialspoint.com/perl/perl_quick_guide.htm) - Introduction to perl from tutorialspoint | ||
- [Impatient Perl](https://blob.perl.org/books/impatient-perl/iperl.pdf) - PDF document for people wintrested in learning perl. | ||
|
||
### Official Documentation | ||
- [Perl.org](https://www.perl.org/) - Official Perl website with documentation, tutorials, and community resources. | ||
- [Learn Perl](https://learn.perl.org/) - Perl programming language tutorials for beginners. | ||
- [Perl Maven](https://perlmaven.com/) - Perl programming tutorials, tips, and code examples. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters