Commit Graph

24 Commits

Author SHA1 Message Date
sumanstats
0ecb826429 Perl6 to Raku and many more
+ As the Perl 6 is renamed to raku, it is good to reflect that https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md

+ perl6.org is now raku.org
+ change references of perl 6 to raku
+ rename file perl6-pod.html.markdown to raku-pod.html.markdown
+ Perl refers to Perl 5, there is no ambiguity after rename of Perl6 to
  Raku, use Perl only to refer to Perl 5
+ fix links inside raku.html.markdown
2020-06-10 16:33:01 +05:45
Mike Shlanta
3bc441d466
Fixed variable not declared before use.
The variable `max` was not declared before use in demonstrating how for loops work over ranges.  It has been added on line 155 and set to a value of 5
2019-05-01 12:39:29 -05:00
Dan Book
6e3d29f036 [perl/en] Use more single quotes and explain single vs double quotes (#2710)
* [perl/en] Explain single vs double quotes

Explains an example of variable interpolation and escape codes in a double quoted string.

* add section about interpolating arrays and email in double quotes trap
2017-05-18 12:40:15 +02:00
Chris C
447986c19d [perl/en] more perlish iterations on perl5 (#2489)
* more perlish iteration

c-style 'for' isn't perlish

* Update perl.html.markdown

removed one of the array iterator loops
2017-02-09 16:31:22 +01:00
Dan Book
05614d0920 [perl/en] some more examples of interacting with arrays and hashes (#2632) 2017-01-21 13:20:42 +01:00
Dan Book
ff362fc01f [perl/en] how to write to files (#2633) 2017-01-21 12:06:52 +01:00
Dan Book
f6b16c69bb [perl/en] Fix line formatting and use $x instead of $a 2016-04-15 03:23:10 -04:00
Dan Book
16d879d712 add missing use line 2015-12-13 19:51:57 -05:00
Dan Book
88af462c69 use strict and warnings in example modules 2015-12-13 19:39:37 -05:00
Dan Book
35b3c490ce Add blurb about strict and warnings 2015-12-13 19:22:29 -05:00
Dan Book
0b8a052624 Add info on references, modules, and objects
These topics are central to modern usage of Perl.
2015-12-13 18:03:47 -05:00
Alan Berndt
a8dce45150 Add example of post-condition for loop. 2015-10-10 11:44:50 -07:00
Ahmad Fatoum
e4931ee126 Fixed misinfo regarding sigils
also # is more commonly called number sign than number symbol.
2015-06-19 23:11:38 +02:00
Mark Canlas
66379e80cd revamped for loops 2015-06-10 00:05:36 +02:00
Mark Canlas
75ecb5aa81 tamed indentation/whitespace 2015-06-10 00:00:12 +02:00
Timothy Malcham
fac959a398 Shortens line lengths of comments in Perl guide 2014-06-10 10:06:08 -07:00
Sam Dodrill
777c333ff0 Remove references to hash and hashtag in favor of number symbol 2014-04-14 11:15:08 -07:00
Christos Kontas
fba9728e46 [perl] Fix list with links at "Further Reading" 2013-10-04 12:47:21 +03:00
Christos Kontas
2c7fa291a3 [Perl] Remove some redundant spaces 2013-10-04 12:47:13 +03:00
Korjavin Ivan
9a36a51ccc Few words about subs and file i/o 2013-08-22 08:16:54 +06:00
Korjavin Ivan
c8c0808657 More tutorial links 2013-08-22 08:11:07 +06:00
Korjavin Ivan
3f92d3345f mistake fix 2013-08-13 20:42:22 +06:00
Korjavin Ivan
90b79ea04a md fix 2013-08-13 20:39:25 +06:00
Korjavin Ivan
b61eba73fb beta perl 2013-08-13 20:37:52 +06:00