summaryrefslogtreecommitdiff
path: root/pod/perlsyn.pod
Commit message (Expand)AuthorAgeFilesLines
* collapse 3 whitespace to 2Karen Etheridge2021-08-201-4/+4
* fix typo in podKaren Etheridge2021-08-061-1/+1
* perlsyn: note that v5.36 will not enable "switch"Ricardo Signes2021-07-251-1/+1
* Document that caller() does not see try{} blocksPaul "LeoNerd" Evans2021-03-191-0/+7
* Use the wording 'subroutine signatures' more consistently in perlsyn.podPaul "LeoNerd" Evans2021-02-201-1/+1
* Document and test that do {try/catch} behaves as expected; yielding the final...Paul "LeoNerd" Evans2021-02-141-0/+16
* Specifically document that return/goto/next/last/redo work as expected inside...Paul "LeoNerd" Evans2021-02-091-1/+8
* Emphasize need for variable declaration after 'catch'James E Keenan2021-02-071-1/+1
* Grammar: predicate should "agree by number" with subjectJames E Keenan2021-02-061-1/+1
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-0/+40
* perlsyn.pod - Minor rewording for while/untilRichard Leach2021-02-011-1/+1
* Provide code example for 'my' declared in initialization of 'for' loopJames E Keenan2020-12-261-1/+15
* Perl 6 -> Raku where appropriateH.Merijn Brand2020-05-301-10/+10
* perlsyn - Mention that postfix foreach cannot specify a lexical variableDan Book2020-05-201-0/+2
* Link to the definition of true and false from perlsynE. Choroba2020-04-281-1/+2
* perlsyn.pod: correct typo in docAndreas Koenig2019-02-111-1/+1
* perlsyn: Be more explicit about what is fasterEugen Konkov2018-08-251-1/+1
* Spelling corrections in pod/*.pod from Alexandr Savca.Alexandr Savca2018-04-191-1/+1
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-115/+414
* better document while condition magicZefram2017-12-231-8/+18
* merge branch zefram/dumb_matchZefram2017-12-171-414/+115
|\
| * add "whereis"Zefram2017-12-061-22/+35
| * change "when" keyword to "whereso"Zefram2017-12-051-28/+28
| * make "when" do implicit "next"Zefram2017-11-291-12/+7
| * remove useless "break" mechanismZefram2017-11-291-10/+3
| * make loop control apply to "given"Zefram2017-11-291-2/+7
| * remove useless "default" mechanismZefram2017-11-281-15/+10
| * revise all given/when documentationZefram2017-11-211-119/+70
| * merge switch sections in perlsyn.podZefram2017-11-211-95/+90
| * regularise "when"Zefram2017-11-211-263/+12
| * regularise "given"Zefram2017-11-211-2/+7
* | document hash/block disambig in perlsynZefram2017-12-051-2/+10
|/
* mv "Truth and Falsehood" from perlsyn to perldataZefram2017-11-141-11/+1
* parse yada-yada only as a statementZefram2017-11-101-21/+12
* Clarify use of 'continue' keyword after 'given'.James E Keenan2016-12-231-3/+3
* perlsyn: remove deprecated L<"section"> syntaxLukas Mai2016-06-111-3/+3
* perlsyn: change = to == in conditional in do/while exampleLukas Mai2016-01-061-7/+19
* remove documentation for the now-removed lexical topicRicardo Signes2015-10-021-7/+2
* Convert tabs to spaces and remove trailing space.Shlomi Fish2014-12-071-126/+126
* Rename lvalue referencesFather Chrysostomos2014-10-171-3/+3
* Document lvalue referencesFather Chrysostomos2014-10-111-1/+16
* perlsyn: Remove reference to potential Unicode opKarl Williamson2014-09-181-3/+1
* Semicolon before ellipsis inside block disambiguates.James E Keenan2014-09-131-6/+5
* Document empty conditional in for/whilePeter Martini2014-06-241-0/+15
* move given/when ~~ note below item introducing itDoug Bell2014-05-291-4/+3
* fix POD errors reported by newer pod2manDominic Hargreaves2013-10-061-10/+10
* Small corrections in perlsyn, less one identified by tomc++.SHIRAKATA Kentaro2013-06-161-2/+2
* note that the return value of for is unspecifiedRicardo Signes2013-06-091-0/+6
* perlsyn.pod: NitShirakata Kentaro2013-03-121-1/+1
* Mention in more places that my $_ is deprecatedFather Chrysostomos2012-12-041-1/+3