summaryrefslogtreecommitdiff
path: root/pod/perlsyn.pod
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update perlsyn for given aliasing $_Father Chrysostomos2012-08-011-16/+18
* fix some typos in perlsyn.podRicardo Signes2012-04-241-2/+2
* perlsyn: spaces after dotsFather Chrysostomos2012-01-051-18/+22
* perlsyn: wrap long verbatim lineFather Chrysostomos2012-01-051-1/+2
* perlsyn: Correct ... exampleFather Chrysostomos2012-01-051-2/+2
* perlsyn: add triple-dot index entries and aliasFather Chrysostomos2012-01-051-1/+6
* Correct links to perlsyn and perlopFather Chrysostomos2012-01-051-1/+1
* [perl #90926] Corrections to the previous patchTom Christiansen2012-01-051-2/+2
* [perl #90926] smartmatch PATCH 2 of 2: perlsyn.podTom Christiansen2012-01-051-389/+565
* pod/perlsyn: for is equivalent to "foreach'Ævar Arnfjörð Bjarmason2011-11-301-0/+3
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
* Document BEGIN, END, etc. in perlsynDavid Golden2011-09-291-0/+5
* fix smart match docs for lhs undefJesse Luehrs2011-07-071-1/+1
* Doc update for changes in 5.15.0 + tweaksFather Chrysostomos2011-06-171-1/+3
* perlsyn: fix broken link to thisKarl Williamson2011-05-181-0/+1
* "fix bug; also prefix ?? matches with m due to 5.14 deprecation"Tom Christiansen2011-05-081-6/+6
* Docs: perlsyn.pod Use dominant American spelling consistently.Michael Witten2011-03-271-4/+4
* Doc patch for perlsyn, clarification in given/whenAlastair Douglas2011-03-191-6/+48
* Fix typos in pod/*Peter J. Acklam) (via RT2011-01-071-1/+1
* Fixes bug #79078, by pointing out the slight difference between Perl'sAbigail2010-11-141-3/+4
* Prefer \g1 over \1 in podsKarl Williamson2010-06-281-1/+1
* Add a note in perl5131delta about given return valuesVincent Pit2010-05-201-8/+11
* Merge branch 'vincent/rvalue_stmt_given' into bleadVincent Pit2010-05-191-0/+36
|\
| * Make given() statements return the last evaluated expressionVincent Pit2010-01-031-0/+36
* | Document unless () {} elsif () {} else {} and tell people not to use it.Jesse Vincent2010-02-091-2/+6
* | "unless else" wasn't previously documented, though it was valid syntaxReini Urban2010-02-091-1/+4
|/
* Clarify docs for implicit "next" on all "when" blocksMoritz Lenz2009-11-201-1/+1
* Implement facility to plug in syntax triggered by keywordsJesse Vincent2009-11-051-0/+8
* Better wording for the hash ~~ array docsRafael Garcia-Suarez2009-10-271-2/+2
* better document smart match overloadingDavid Mitchell2009-08-221-2/+12
* incremental improvement in ~~ documentation, already in maint-5.10Chip Salzenberg2009-08-201-9/+8
* Thinko in given() description, found by chromaticRafael Garcia-Suarez2009-07-241-1/+1
* Make C<undef ~~ 0> and C<undef ~~ ""> not match (like in 5.10.0)Rafael Garcia-Suarez2009-07-011-0/+1
* Minor doc fix for the smart table legend (clarify the "Object" entry).Rafael Garcia-Suarez2009-06-011-3/+2
* Remove now-obsolete note on ~~ overloading working only on the right.Rafael Garcia-Suarez2009-05-251-3/+1
* Allow ~~ overloading on the left side, when the right side is a plain scalarRafael Garcia-Suarez2009-05-241-0/+1
* Change the specs of %h~~%h to avoid mentioning ~~ recursivelyRafael Garcia-Suarez2009-05-241-1/+1
* Remove proposed (but unimplemented) $foo ~~ Range smart matching.Rafael Garcia-Suarez2009-05-121-11/+3
* Document what to do with object on the left and add some TODO tests for thatRafael Garcia-Suarez2009-05-081-2/+3
* Merge branch 'blead' into smartmatchRafael Garcia-Suarez2009-05-051-2/+21
|\
| * Document when as a syntax modifierVincent Pit2009-03-301-2/+21
* | Clarify that @a ~~ @b recursively smart matchesRafael Garcia-Suarez2009-05-051-2/+2
* | Remove some empty lines in a code exampleRafael Garcia-Suarez2009-04-201-5/+0