Difference between revisions of "Perl"
Jump to navigation
Jump to search
(→Perl6) |
|||
Line 4: | Line 4: | ||
* http://www.perl.org/ | * http://www.perl.org/ | ||
** http://en.wikipedia.org/wiki/Perl | ** http://en.wikipedia.org/wiki/Perl | ||
+ | |||
+ | |||
+ | * [https://perldoc.perl.org/perlintro.html perlintro - perldoc.perl.org] - | ||
+ | |||
* http://perldoc.perl.org/index-language.html | * http://perldoc.perl.org/index-language.html | ||
* http://perldoc.perl.org/index-functions.html | * http://perldoc.perl.org/index-functions.html | ||
+ | |||
* http://perldoc.perl.org/perlvar.html | * http://perldoc.perl.org/perlvar.html | ||
Line 34: | Line 39: | ||
* http://perl6.guide/ [https://news.ycombinator.com/item?id=8525997] | * http://perl6.guide/ [https://news.ycombinator.com/item?id=8525997] | ||
+ | |||
== Articles == | == Articles == | ||
* [http://www.linuxjournal.com/article/2070 Wherefore Art, Thou?] - Larry Wall entertains while expounding upon Art and the Art of Programming. This treatise originally appeared in The Perl Journal, Volume 1, Issue 1. | * [http://www.linuxjournal.com/article/2070 Wherefore Art, Thou?] - Larry Wall entertains while expounding upon Art and the Art of Programming. This treatise originally appeared in The Perl Journal, Volume 1, Issue 1. |
Revision as of 18:57, 26 October 2019
General
See also Regex
- Periodic Table of the Operators - Being a comprehensive and complete enumeration of the Operatic Elements of the Perl 6 Language, assembled and drawn with dedication and diligence by M. Lentczner as a service to both the Community and the Republic.
- http://alvinalexander.com/perl/edu/articles/pl010003.shtml - Perl string concatenation
- http://perlmaven.com/running-external-programs-from-perl
- https://stackoverflow.com/questions/799968/whats-the-difference-between-perls-backticks-system-and-exec
- http://blog.0x1fff.com/2009/09/howto-execute-system-commands-in-perl.html
Articles
- Wherefore Art, Thou? - Larry Wall entertains while expounding upon Art and the Art of Programming. This treatise originally appeared in The Perl Journal, Volume 1, Issue 1.
- Perl, the first postmodern computer language by Larry Wall on March 9, 1999
- Take Control of Your Programming with Modern Perl
- What is Modern Perl? - 2012 by Dave Cross
Modules
- MetaCPAN - an open source search engine for the Comprehensive Perl Archive Network (CPAN), an ever growing archive of code and documentation for the Perl programming language. This includes a comfortable web-based view and a first class mirror of the canonical CPAN content.
Other
- Welcome to Perl 11 - Perl 11 is an effort to make Perl 5 pluggable at the following levels: Runtime Virtual Machine
Compilation Unit Format / AST, Source Code Syntax / Compilers [5]
- Mojolicious - A next generation web framework for the Perl programming language.
- WebPerl - uses the power of WebAssembly and Emscripten to let you run Perl 5 in the browser!WebPerl does not translate your Perl code to JavaScript, instead, it is a port of the perl binary to WebAssembly, so that you have the full power of Perl at your disposal! [6]
Perl6
- https://github.com/azawawi/ide-perl6 - Perl 6 language support for the Atom IDE