summaryrefslogtreecommitdiff
path: root/pod/perlop.pod
Commit message (Expand)AuthorAgeFilesLines
* perlop.pod: Clarify -’s string/number distinctionFather Chrysostomos2010-10-041-5/+6
* [perl #22193] Clarify references to ‘use integer’ in perlopCasey West2010-09-281-7/+7
* Teach Perl about Unicode named character sequencesKarl Williamson2010-09-251-2/+2
* * Fixed output for lex-like scanners example in perlopbrian d foy2010-09-231-4/+4
* Fix /[\8]/ to not match NULL; give correct warningKarl Williamson2010-09-161-3/+0
* perlop.pod: Reword escapes that have ordinalsKarl Williamson2010-07-261-49/+59
* perlop.pod: document \o{} escapeDavid Golden2010-07-171-16/+30
* perlop.pod: Rephrase hexadecimal escape wordingDavid Golden2010-07-161-25/+61
* perlop.pod: Document current \000 \x behaviorKarl Williamson2010-07-131-21/+58
* Fix typoAbigail2010-07-081-1/+1
* Rephrase perlop for non-destructive substitutionDavid Golden2010-05-221-6/+6
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-6/+26
* PATCH: Clean up EBCDIC handling of \cXKarl Williamson2010-05-171-3/+3
* Fix to display ok in 80 columnsKarl Williamson2010-05-081-24/+25
* Clarify \c in perlop.pod.Karl Williamson2010-04-261-24/+61
* [perl #74198] Typo in perlop(1)Rafael Garcia-Suarez2010-04-131-2/+2
* Document parsing changes for [perl #56444] patchKarl Williamson2010-02-281-0/+5
* Document \N{U+...}Karl Williamson2010-02-281-5/+10
* * Fill out the docs on the yada to show it as a satand in for statements, not...brian d foy2010-01-281-10/+57
* * Note that the flip-flop operator maintains state across subroutine callsbrian d foy2010-01-261-17/+17
* * Em dash cleanup in pod/brian d foy2010-01-131-4/+4
* * fix a perlop fix from debian: http://bugs.debian.org/514814brian d foy2009-12-271-2/+2
* Pod formatting fixJosh ben Jore2009-09-291-1/+1
* Pod formatting fixRoberto C. S�nchez2009-09-291-1/+1
* Use alternative URLs for links which are now broken (link rot)Leon Brocard2009-09-041-1/+1
* Document better what is allowed as regex delimitersDavid Nicol2009-08-301-8/+10
* Removed '...' ellipses from docs about '...' flip-flop operatorKen Williams2009-08-111-4/+4
* Remove !!! and ??? operatorsRafael Garcia-Suarez2009-07-221-24/+5
* Revised description of => operatorIan Goodacre2009-06-091-7/+11
* Re: [PATCH] [doc] be more explicit about magic argvMoritz Lenz2008-10-301-0/+12
* Fix typo in perlop.podJerry D. Hedden2008-05-191-1/+1
* Add ..., !!!, and ??? operatorschromatic2008-05-181-1/+34
* New separations for the pattern match operator documentation,David Nicol2008-05-181-0/+6
* Modulo operator and floating point numbersKen Williams2008-02-181-5/+7
* [perl #50364] [PATCH] perlop.pod - misnomer in % operator documentation Martin Hasch2008-02-081-1/+1
* '~~' is not a feature [repost]Jerry D. Hedden2008-01-061-2/+0
* POD cleanupsDavid Landgren2007-10-041-1/+1
* Remove the 'err' keywordRafael Garcia-Suarez2007-09-071-13/+6
* Documentation updates for new regexp featuresRafael Garcia-Suarez2007-08-071-2/+2
* perlfunc.pod (ref results), perlop.pod (qr// result) Wolfgang Laun2007-03-141-1/+5
* Indexing and POD fixesRafael Garcia-Suarez2007-02-241-6/+8
* Re: [PATCH] Document that m//k worksYves Orton2007-02-141-195/+195
* Document that m//k works, by Ævar Arnfjörð BjarmasonRafael Garcia-Suarez2007-02-121-1/+1
* perlop.pod - proposal to add an explanation of \cWolfgang Laun2007-02-061-5/+13
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-151-8/+13
* Re: [perl #41215] % on scalars sometimes throws away fractions SADAHIRO Tomoyuki2007-01-101-2/+10
* Fix case in external pod linkRafael Garcia-Suarez2006-11-021-1/+1
* <tr> isnb't the same as C<tr>, and <tr> looks so stupid in manH.Merijn Brand2006-10-191-1/+1
* remove leaveit from toke.c:scan_constSADAHIRO Tomoyuki2006-10-161-10/+6
* Re: \N{...} in regular expression [PATCH]SADAHIRO Tomoyuki2006-09-211-4/+3