summaryrefslogtreecommitdiff
path: root/pod/perlop.pod
Commit message (Expand)AuthorAgeFilesLines
* Note range op behavior change in docsHauke D2020-12-261-0/+8
* perlop - Use a tied scalar directly in chained comparison examplesDan Book2020-05-211-9/+10
* perlop - Add more examples for chained comparisonsDan Book2020-05-211-1/+15
* perlop - Avoid $a and $bDan Book2020-03-131-10/+10
* Explain that a shell isn’t always used with qx/STRING/.Peter Oliver2020-03-131-8/+10
* Clarify when qx/STRING/ returns undefPeter Oliver2020-03-131-3/+4
* pod/perlop.pod: cross-precedence chainingZefram2020-03-121-2/+7
* pod/perlop.pod: expand doc on chained comparisonsZefram2020-03-121-14/+47
* chained comparisonsZefram2020-03-121-10/+31
* minor grammar fixesKaren Etheridge2020-02-221-3/+3
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-0/+20
* document that /c does nothing for s///Tony Cook2019-11-181-0/+3
* perlop - Make "STRING" section heading consistentDan Book2019-11-071-1/+1
* perlop.pod: Slight clarificationKarl Williamson2019-11-051-1/+1
* (perl #133695) "0".."-1" should act like 0..-1Hauke D2019-08-081-18/+66
* perlop: Improve documentation for (mostly) tr///Karl Williamson2019-03-041-55/+104
* Grammatical correction only.James E Keenan2019-02-041-1/+1
* (perl #133755) link back to readpipe from the qx// docsTony Cook2019-01-161-1/+4
* Drop sentence which is no longer valid as of 5.28James E Keenan2018-11-291-4/+3
* perlop: Clarify tr''' behaviorKarl Williamson2018-07-171-14/+20
* perlop: NitsKarl Williamson2018-07-171-5/+8
* Spelling corrections from Ville Skytt.James E Keenan2018-04-081-1/+1
* perlop: improve tr/// documentationDavid Mitchell2018-01-191-6/+20
* Update docs wrt bitwise opsFather Chrysostomos2017-12-311-19/+19
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-17/+281
* POD fix for perlopScott Lanning2017-12-271-1/+1
* better document while condition magicZefram2017-12-231-2/+12
* merge branch zefram/dumb_matchZefram2017-12-171-281/+17
|\
| * eviscerate smartmatchZefram2017-11-221-276/+17
| * revise all given/when documentationZefram2017-11-211-6/+1
* | pod: start referring to 5.6 and pre-5.6 as "ancient" instead of just "old"Ævar Arnfjörð Bjarmason2017-12-061-2/+2
* | correct and clarify doc of operator precedenceZefram2017-12-051-11/+31
* | document context provided by refgenZefram2017-12-051-1/+6
|/
* clarify perlop description of binary "x"Zefram2017-11-171-5/+10
* document qw's whitespace rulesZefram2017-11-021-1/+2
* perlop: fix documentation for s/// "false" return valueLukas Mai2017-08-201-1/+2
* perlop: use <<~FOO construct in example of indented here-docsLukas Mai2017-08-031-3/+3
* Update pods about bitwise UTF-8 above 0xFF being fatalKarl Williamson2017-06-071-8/+6
* add X<s> to s/// in perlop (RT #131371)Lukas Mai2017-06-011-1/+1
* Remove refs to bare ?RE? in podsKarl Williamson2017-04-201-4/+2
* pods: Add L<> for links missing them; a couple nitsKarl Williamson2017-04-051-2/+2
* perlop.pod: Clarify, expand /a descriptionKarl Williamson2017-03-061-3/+4
* perlop: Fix spelling errorKarl Williamson2017-03-061-1/+1
* Remove trailing whitespace.Shlomi Fish2017-02-261-43/+43
* pod: Do not suggest to use insecure :utf8 PerlIO layer when reading filesPali2017-02-071-3/+6
* perlop: Remove obsolete textKarl Williamson2017-01-191-5/+2
* Add /xx regex pattern modifierKarl Williamson2017-01-131-1/+3
* Fix the Unicode Bug in the range operatorAaron Crane2017-01-051-0/+6
* pod/perlop: Note that need space between op and \w delimKarl Williamson2016-12-221-1/+8
* Document Indented Here-docsMatthew Horsfall2016-11-141-0/+52