Skip to content

Commit

Permalink
feat: Add Perl introductory resources to warm newbies about Perl #8204
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsereko committed Mar 14, 2023
1 parent 56ff305 commit 8af2860
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/dev/how-to-use-repl.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# New to 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.

# How to use Perl REPL (re.pl)

On your local dev instance, the "backend" container
Expand Down

0 comments on commit 8af2860

Please sign in to comment.