- Joined
- Sep 3, 2014
- Messages
- 6,229
- Likes
- 13,100
- Degree
- 9
The Course: https://qntm.org/files/perl/perl.html
I previously linked to this same guy's site in the thread for :
Learn Regular Expressions in About 55 Minutes by Sam Hughes
Again, I've not worked my way through it and may not any time soon, but it's worth a share for those interested. Here's how it starts:
I previously linked to this same guy's site in the thread for :
Learn Regular Expressions in About 55 Minutes by Sam Hughes
Again, I've not worked my way through it and may not any time soon, but it's worth a share for those interested. Here's how it starts:
Perl is a dynamic, dynamically-typed, high-level, scripting (interpreted) language most comparable with PHP and Python. Perl's syntax owes a lot to ancient shell scripting tools, and it is famed for its overuse of confusing symbols, the majority of which are impossible to Google for. Perl's shell scripting heritage makes it great for writing glue code: scripts which link together other scripts and programs. Perl is ideally suited for processing text data and producing more text data. Perl is widespread, popular, highly portable and well-supported. Perl was designed with the philosophy "There's More Than One Way To Do It" (TMTOWTDI) (contrast with Python, where "there should be one - and preferably only one - obvious way to do it").
Perl has horrors, but it also has some great redeeming features.
Have fun and make money!Perl has horrors, but it also has some great redeeming features.