This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlexperiment: document the private_use experiment
[perl5.git] / pod / perlop.pod
2021-01-20 Karl WilliamsonAllow blanks within and adjacent to {...} constructs
2020-11-15 Karl Williamsonperlop: Note tr/// delimiters may be any printables
2020-11-13 Karl Williamsonperlop: Enhance a tr/// example
2020-09-07 Ricardo Signesperlop: put the stringy bitwise ops in precedence table
2020-08-09 Karl Williamsonperlop: Mention the word diamond wrt <>, <<>>
2020-07-30 Hauke DNote range op behavior change in docs
2020-05-20 Dan Bookperlop - Use a tied scalar directly in chained comparis...
2020-05-20 Dan Bookperlop - Add more examples for chained comparisons
2020-03-14 Dan Bookperlop - Avoid $a and $b
2020-03-13 Peter OliverExplain that a shell isn’t always used with qx/STRING/.
2020-03-13 Peter OliverClarify when qx/STRING/ returns undef
2020-03-13 Zeframpod/perlop.pod: cross-precedence chaining
2020-03-13 Zeframpod/perlop.pod: expand doc on chained comparisons
2020-03-13 Zeframchained comparisons
2020-02-22 Karen Etheridgeminor grammar fixes
2019-12-09 Paul "LeoNerd" EvansAdd the `isa` operator
2019-11-18 Tony Cookdocument that /c does nothing for s///
2019-11-08 Dan Bookperlop - Make "STRING" section heading consistent
2019-11-05 Karl Williamsonperlop.pod: Slight clarification
2019-08-08 Hauke D(perl #133695) "0".."-1" should act like 0..-1
2019-03-04 Karl Williamsonperlop: Improve documentation for (mostly) tr///
2019-02-04 James E KeenanGrammatical correction only.
2019-01-16 Tony Cook(perl #133755) link back to readpipe from the qx//...
2018-11-30 James E KeenanDrop sentence which is no longer valid as of 5.28
2018-07-17 Karl Williamsonperlop: Clarify tr''' behavior
2018-07-17 Karl Williamsonperlop: Nits
2018-04-08 James E KeenanSpelling corrections from Ville Skytt.
2018-01-19 David Mitchellperlop: improve tr/// documentation
2018-01-01 Father ChrysostomosUpdate docs wrt bitwise ops
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-28 Scott LanningPOD fix for perlop
2017-12-23 Zeframbetter document while condition magic
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-06 Ævar Arnfjörð Bjar... pod: start referring to 5.6 and pre-5.6 as "ancient...
2017-12-05 Zeframcorrect and clarify doc of operator precedence
2017-12-05 Zeframdocument context provided by refgen
2017-11-22 Zeframeviscerate smartmatch
2017-11-21 Zeframrevise all given/when documentation
2017-11-17 Zeframclarify perlop description of binary "x"
2017-11-02 Zeframdocument qw's whitespace rules
2017-08-20 Lukas Maiperlop: fix documentation for s/// "false" return value
2017-08-03 Lukas Maiperlop: use <<~FOO construct in example of indented...
2017-06-07 Karl WilliamsonUpdate pods about bitwise UTF-8 above 0xFF being fatal
2017-06-01 Lukas Maiadd X<s> to s/// in perlop (RT #131371)
2017-04-20 Karl WilliamsonRemove refs to bare ?RE? in pods v5.25.12
2017-04-20 Karl WilliamsonRemove refs to bare ?RE? in pods
2017-04-05 Karl Williamsonpods: Add L<> for links missing them; a couple nits
2017-03-06 Karl Williamsonperlop.pod: Clarify, expand /a description
2017-03-06 Karl Williamsonperlop: Fix spelling error
2017-02-26 Shlomi FishRemove trailing whitespace.
2017-02-07 Palipod: Do not suggest to use insecure :utf8 PerlIO layer...
2017-01-19 Karl Williamsonperlop: Remove obsolete text
2017-01-13 Karl WilliamsonAdd /xx regex pattern modifier
2017-01-05 Aaron CraneFix the Unicode Bug in the range operator
2016-12-23 Karl Williamsonpod/perlop: Note that need space between op and \w...
2016-11-14 Matthew HorsfallDocument Indented Here-docs
2016-11-02 Yves Ortonclarify behavior single quote regexps
2016-08-08 Karl Williamsonperlop: Clarify tr/// casing statement
2016-08-08 Karl Williamsonperlop: Fix important typo
2016-07-18 David Mitchellperlop: clarify that entries aren't in prec order
2016-06-11 Lukas Maipod/*: remove deprecated L<"section"> and L<section...
2016-05-17 Tony Cook(perl #127780) point backtick users at the open pragma
2016-04-22 Karl WilliamsonFix some pod errors
2016-01-30 Lukas Maiperlop: fix broken example by deleting it [perl #119667]
2015-12-07 Doug Bellmention $? in backticks documentation
2015-09-08 Karl WilliamsonRefactor tr/// parsing to work on EBCDIC, fix other bug
2015-08-18 Ludovic E. R. Tolh... Clarify functioning of '||' operator.
2015-06-28 Jarkko HietaniemiDocument the new shift behaviors.
2015-06-28 Jarkko HietaniemiExplicitly mention that even negative shiftees become...
2015-06-27 Aaron CraneThe postderef feature is no longer experimental
2015-05-07 Karl Williamsonperlop: Don't use bitwise string ops on UTF-8
2015-05-07 Karl Williamsonperlop: Make correction
2015-04-19 Karl Williamsonperlop: Nits and update for v5.22
2015-02-05 David Goldenperlop: document use of fc() for case-insensitive compa...
2015-02-01 Father ChrysostomosDocument string- and number-specific bitops in perlop
2015-01-28 Matthew HorsfallReword note about m being optional in m?PATTERN? in...
2015-01-28 Ricardo Signesperlop: m?? requires the m in v5.22, not v5.24
2015-01-28 Ricardo Signesm?? without the m is not deprecated, but gone!
2015-01-20 Jarkko HietaniemiMention some curious cases of **
2014-12-30 Matthew HorsfallAdd documentation for /n (non-capture) regexp flag.
2014-12-27 Father Chrysostomosperlop: Mention ~ among ops that vary by type
2014-11-01 Shlomi Fish$a,$b deprecation in perlop.pod.
2014-10-11 Father ChrysostomosDocument lvalue references
2014-09-30 Rafael Garcia-SuarezClarify the documentation for <<>>
2014-09-30 Peter MartiniAdded some documentation for while(<<>>)
2014-09-23 Father ChrysostomosConsistent spaces after dots in perlop
2014-09-18 Father Chrysostomosperlop tweak
2014-09-18 Karl Williamsonperlop: Nits
2014-08-21 Karl Williamsonperlop: Note that negative rep now warns
2014-07-25 Karl Williamsonperlop: Update to reflect 5.20 changes
2014-07-25 Karl Williamsonperlop: Nits
2014-07-25 Karl Williamsonperlop: Update text to reflect code changes
2014-07-20 Karl Williamsonperlop: Grammatical nit.
2014-04-13 Karl WilliamsonPATCH: [perl #90646] perlop.pod: Clarify & | and ^...
2014-03-06 Ricardo Signesnote that the ~~ operator is experimental
2014-02-20 Karl WilliamsonChange 'semantics' to 'rules'
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2013-12-03 Karl Williamsonperlop: Add note about (?[])
2013-10-05 Ricardo Signespreliminary postfix dereference docs
2013-06-26 Moritz Lenzdocument that it is the operator that determines the...
next