Add s///r (non-destructive substitution).
[p5sagit/p5-mst-13.2.git] / pod / perlop.pod
2010-05-22 David Caldwell Add s///r (non-destructive substitution).
2010-05-17 Karl Williamson PATCH: Clean up EBCDIC handling of \cX
2010-05-08 Karl Williamson Fix to display ok in 80 columns
2010-04-26 Karl Williamson Clarify \c in perlop.pod.
2010-04-13 Rafael Garcia-Suarez [perl #74198] Typo in perlop(1)
2010-02-28 Karl Williamson Document parsing changes for [perl #56444] patch
2010-02-28 Karl Williamson Document \N{U+...}
2010-01-28 brian d foy * Fill out the docs on the yada to show it as a satand...
2010-01-27 brian d foy * Note that the flip-flop operator maintains state...
2010-01-13 brian d foy * Em dash cleanup in pod/
2009-12-27 brian d foy * fix a perlop fix from debian: bugs.debian.org/514814
2009-09-29 Josh ben Jore Pod formatting fix
2009-09-29 Roberto C. S�nchez Pod formatting fix
2009-09-04 Leon Brocard Use alternative URLs for links which are now broken...
2009-08-30 David Nicol Document better what is allowed as regex delimiters
2009-08-11 Ken Williams Removed '...' ellipses from docs about '...' flip-flop...
2009-07-22 Rafael Garcia-Suarez Remove !!! and ??? operators
2009-06-09 Ian Goodacre Revised description of => operator
2008-10-30 Moritz Lenz Re: [PATCH] [doc] be more explicit about magic argv
2008-05-19 Jerry D. Hedden Fix typo in perlop.pod
2008-05-18 chromatic Add ..., !!!, and ??? operators
2008-05-18 David Nicol New separations for the pattern match operator document...
2008-02-18 Ken Williams Modulo operator and floating point numbers
2008-02-08 Martin Hasch [perl #50364] [PATCH] perlop.pod - misnomer in % operat...
2008-01-06 Jerry D. Hedden '~~' is not a feature [repost]
2007-10-04 David Landgren POD cleanups
2007-09-07 Rafael Garcia-Suarez Remove the 'err' keyword
2007-08-07 Rafael Garcia-Suarez Documentation updates for new regexp features
2007-03-14 Wolfgang Laun perlfunc.pod (ref results), perlop.pod (qr// result)
2007-02-24 Rafael Garcia-Suarez Indexing and POD fixes
2007-02-14 Yves Orton Re: [PATCH] Document that m//k works
2007-02-12 Rafael Garcia-Suarez Document that m//k works, by Ævar Arnfjörð Bjarmason
2007-02-06 Wolfgang Laun perlop.pod - proposal to add an explanation of \c
2007-01-15 Yves Orton Add support for /k modfier for matching along with...
2007-01-10 SADAHIRO Tomoyuki Re: [perl #41215] % on scalars sometimes throws away...
2006-11-02 Rafael Garcia-Suarez Fix case in external pod link
2006-10-19 H.Merijn Brand <tr> isnb't the same as C<tr>, and <tr> looks so stupid...
2006-10-16 SADAHIRO Tomoyuki remove leaveit from toke.c:scan_const
2006-09-21 SADAHIRO Tomoyuki Re: \N{...} in regular expression [PATCH]
2006-09-04 yath-perlbug@yath.de [perl #40272] subroutine call with & in perlop example
2006-09-04 chromatic Re: AW: [PATCH pod/*] Use Direct Object Constructor...
2006-07-26 SADAHIRO Tomoyuki interpolation of @- (and @+) in patterns ([perl #27940...
2006-07-23 SADAHIRO Tomoyuki perlop: parsing quoted constructs
2006-07-13 Yves Orton Re: Misunderstanding escapes in heredocs?
2006-07-11 SADAHIRO Tomoyuki Re: Misunderstanding escapes in heredocs?
2006-06-12 Daniel Frederick... Re: [PATCH DOC] Three minor fixes related to perlop
2006-06-08 Yitzchak Scott-Tho... Re: range operator vs. unicode
2006-05-15 Steve Peters Clarification on what Perl does to floating points...
2006-05-11 Steve Peters Adding a mention of STDIN processing by qx// as request...
2006-05-09 Ash Berlin perlop.pod doc patch: I/O operators
2006-05-04 Paul Johnson Document order of evaluation for the comma operator
2006-02-13 Andy Lester perldiag.pod patching re: integer overflow
2005-12-23 Rafael Garcia-Suarez Clarify example of .. in perlop
2005-12-21 Robin Houston Feature bundle is now :5.10, and add -E switch
2005-12-19 Robin Houston latest switch/say/~~
2005-12-17 Steve Peters Fix a typo and add some clarification to change #26387.
2005-12-17 Steve Peters Addition documentation explaining aritmetic negation...
2005-12-01 Steve Peters Nit from change #26232 noticed by H. Merijn Brand
2005-11-30 Steve Peters dor-assign (//=) was missing from perlop.pod
2005-11-10 Steven Schubiger remove whitespace preceding semicolon in docs
2005-10-13 Ivan Tubert-Brohman POD index entries with X<>
2005-08-17 Yitzchak Scott-Tho... Re: [perl #36654] Inconsistent treatment of NaN
2005-07-18 SADAHIRO Tomoyuki perlop: why \c\ cannot be placed just before the termin...
2005-07-15 Michael G Schwern [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1
2005-06-03 Yitzchak Scott-Tho... Re: Should while ( <$fh> ) and while (< $fh >) do the...
2005-05-24 Yitzchak Scott-Tho... Clarification on the behaviour of qw// and x :
2005-05-10 Steve Peters perlop.pod nit
2005-03-29 Offer Kaye Make the spelling of whitespace (vs white-space and...
2005-03-13 Rafael Garcia-Suarez Doc patches to clarify the stringification rules of...
2004-10-24 Steve Peters Re: [perl #31937] perlop: add basic =~ examples
2004-09-23 Rafael Garcia-Suarez Remove a couple of C<> to avoid confusing double quotes...
2004-09-01 david nicol [perl #31228] no no-op
2004-06-30 Abigail Documenting undefined behaviour of $i = $i ++.
2004-06-15 Shlomi Fish perlop.pod: add an example to the .. and ... operators
2004-03-21 Rafael Garcia-Suarez Add a new warning "Negative repeat count"
2004-02-01 Solar Designer Re: [perl #15063] /tmp issues
2004-01-10 Adrian M. Enache documentation nit
2003-10-09 Rafael Garcia-Suarez Document the behaviour of filetest operators regarding...
2003-10-08 Michael G. Schwern Re: [PATCH] perlop.pod Revamp - revision 4
2003-06-09 Steve Grazzini Re: nitpick with \(0..2)
2003-05-11 Casey West Re: [PATCH] [perl #8636] [perl #8634] Both patches...
2003-04-28 Casey West [perl #7592] Clarify what qw() does in scalar context
2003-04-28 Casey West [patch #7514] Bug in perlop regex explination
2003-03-18 Hugo van der Sanden clarify behaviour of $a++
2003-02-24 Hugo van der Sanden Remove no-longer-true line from perlop
2002-12-12 Andreas König [patch] typo in perlop
2002-11-26 Andreas König 2 Pod errors in perlop.pod
2002-10-02 Mike Guy add precedence warning for bitwise docs
2002-08-11 Nick Ing-Simmons Integrate mainline.
2002-08-05 Brent Dax Defined-or patch (cleaned up)
2002-04-15 Hugo van der Sanden Re: [ID 20020412.005] Dancing ??s
2002-03-27 Rafael Garcia-Suarez [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length...
2002-02-28 Mike Guy The "list" part of
2002-02-19 Jarkko Hietaniemi Mention that the case-switchers know about Unicode...
2001-10-16 David H. Adler [PATCH] Doc patch on here-docs (perlop and perldata)
2001-06-13 Mike Guy Re: [ID 20010612.001] out of memory during regex compil...
2001-06-12 Mike Guy Re: [ID 20010612.001] out of memory during regex compil...
2001-05-06 Jarkko Hietaniemi Document the undefinedness of bitshifting out of range.
2001-05-05 Jarkko Hietaniemi Updates on the pods related to the modules included...
2001-05-02 Philip Newton [DOC PATCH bleadperl] minor nits in perlop.pod
next