summaryrefslogtreecommitdiff
path: root/pod/perlsyn.pod
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Document that ~~ overload will only work on the RHSRafael Garcia-Suarez2009-04-201-4/+5
* | Adjustments to the ~~ dispatch tableRafael Garcia-Suarez2009-03-251-2/+5
* | Fix equivalent code in perlsyn for Array~~HashRafael Garcia-Suarez2009-03-241-1/+1
* | Specify that the behaviour of $foo ~~ Range should only depend on the RHSRafael Garcia-Suarez2009-03-241-3/+3
* | Make []~~\&f and {}~~\&f matchRafael Garcia-Suarez2009-03-241-3/+3
* | Implement "~~ $scalar" for numbers and stringsRafael Garcia-Suarez2009-03-241-2/+1
* | Revert order of ~~ in definition of smart matching against arraysRafael Garcia-Suarez2009-03-231-3/+2
* | Add more tests with an empty hash on the right of ~~Rafael Garcia-Suarez2009-03-231-1/+1
* | Document that empty sets don't smart-matchRafael Garcia-Suarez2009-03-171-16/+17
* | The new smart match dispatch table for 5.10.1 onwardsRafael Garcia-Suarez2009-03-041-26/+44
* | Document that when() treats specially most of the filetest operatorsRafael Garcia-Suarez2009-03-041-0/+5
* | Make // behave like || in when clausesRafael Garcia-Suarez2009-03-041-7/+8
|/
* perlsyn: equivalent code for HASH ~~ ARRAYbrian d foy2008-06-081-1/+1
* Correct misleading example in perlsyn.pod (given/when/default)Paul Fenwick2008-03-121-1/+1
* Small documentation nitsSébastien Aperghis-Tramoni2008-01-021-5/+5
* Re: smart match: array ~~ hashDmitry Karasik2007-11-301-1/+1
* Improve example codeJan Dubois2007-11-211-1/+1
* There is no more a ~~ feature, noticed by Moritz LenzRafael Garcia-Suarez2007-06-051-4/+2
* The Perl 6 specification is still evolving, so don't refer to it.Rafael Garcia-Suarez2006-12-221-10/+3
* perlsyn incomplete duplicate definition of truthDaniel Frederick Crisman2006-08-271-1/+1
* The smart match table was duplicated in source code and in perlsyn,Rafael Garcia-Suarez2006-06-041-1/+3
* Differences from Perl 6Robin Houston2005-12-301-0/+35
* Regenerate perlapi.pod.Rafael Garcia-Suarez2005-12-221-4/+4
* switch / ~~ doccosRobin Houston2005-12-221-10/+97
* Fix internal broken link ; reindent code examplesRafael Garcia-Suarez2005-12-191-24/+21
* latest switch/say/~~Robin Houston2005-12-191-109/+122