Skip to content

Commit 5afad85

Browse files
updated perl resource links
1 parent 0aa6c4e commit 5afad85

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

Perl_curated_resources.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ You can use `perldoc` command to access documentation from the command line. You
1616

1717
* [Learning Perl, 8th Edition](https://www.oreilly.com/library/view/learning-perl-8th/9781492094944/) — getting started with Perl, whether you're a programmer, system administrator, or web hacker
1818
* [Perl Maven](https://perlmaven.com/perl-tutorial) — basics of the Perl programming language. You'll be able to write simple scripts, analyze log files and read and write CSV files. Just to name a few common tasks
19-
* [Modern Perl](http://modernperlbooks.com/books/modern_perl_2016/) — teaches you how Perl really works, from its philosophical roots to the pragmatic decisions that help you solve real problems and keep them solved
19+
* [Modern Perl](https://www.modernperlbooks.com/books/modern_perl_2016/) — teaches you how Perl really works, from its philosophical roots to the pragmatic decisions that help you solve real problems and keep them solved
2020
* [Effective Perl Programming](https://www.effectiveperlprogramming.com/about/) — write better, more idiomatic Perl
2121
* [Perl for newbies](https://perl-begin.org/tutorials/perl-for-newbies/) — provide Perl newcomers with the most high-quality and accessible material and references for learning the Perl programming language as easily, as accurately, and as efficiently, as possible
22-
* [perlmeme](http://perlmeme.org/start_here/index.html) — FAQs, HOWTOs and TUTORIALs (working example code of various tasks in Perl like parsing CSV/HTML, creating web form, connecting to database, etc)
2322

2423
I wrote an ebook specifically for [Perl One-Liners](https://learnbyexample.github.io/learn_perl_oneliners/), which is free to read online.
2524

@@ -32,7 +31,7 @@ I wrote an ebook specifically for [Perl One-Liners](https://learnbyexample.githu
3231
* [catonmat: Perl one-liners explained](https://catonmat.net/perl-one-liners-explained-part-one)
3332
* [stackoverflow: Perl Q&A](https://stackoverflow.com/questions/tagged/perl?sort=votes&pageSize=15)
3433
* [stackoverflow: interactive console for Perl](https://stackoverflow.com/q/73667/4082052)
35-
* [learnxinyminutes: cheatsheet with descriptions](https://learnxinyminutes.com/docs/perl/)
34+
* [learnxinyminutes: cheatsheet with descriptions](https://learnxinyminutes.com/perl/)
3635
* [Hyperpolyglot](https://perl-begin.org/tutorials/hyperpolyglot/sheet1.html) — side-by-side reference sheet for PHP, Perl, Python, Ruby
3736
* Practice and Coding Challenges
3837
* [The Weekly Challenge - Perl & Raku](https://theweeklychallenge.org/)
@@ -66,7 +65,7 @@ Formerly known as *Perl 6*
6665
* [docs.raku: Perl to Raku guide in a nutshell](https://docs.raku.org/language/5to6-nutshell)
6766
* [docs.raku: faq](https://docs.raku.org/language/faq)
6867
* [examples collection](https://examples.p6c.dev/index.html)
69-
* [learnxinyminutes: Raku](https://learnxinyminutes.com/docs/raku/)
68+
* [learnxinyminutes: Raku](https://learnxinyminutes.com/raku/)
7069
* [stackoverflow: Raku info](https://stackoverflow.com/tags/raku/info)
7170
* [Raku book list](https://perl6book.com/)
7271

@@ -76,7 +75,5 @@ Formerly known as *Perl 6*
7675
* [/r/rakulang/](https://old.reddit.com/r/rakulang/)
7776
* [stackoverflow: perl](https://stackoverflow.com/tags/perl)
7877
* [stackoverflow: raku](https://stackoverflow.com/tags/raku)
79-
* [perlmonks](https://perlmonks.org/)
8078
* [perl.com](https://www.perl.com/) — articles about Perl programming, news and culture
8179
* [perlweekly](https://perlweekly.com/) — once a week e-mail round-up of hand-picked news and articles about Perl
82-

0 commit comments

Comments
 (0)