summaryrefslogtreecommitdiff
path: root/pod/perlop.pod
Commit message (Collapse)AuthorAgeFilesLines
* Fix case in external pod linkRafael Garcia-Suarez2006-11-021-1/+1
| | | p4raw-id: //depot/perl@29192
* <tr> isnb't the same as C<tr>, and <tr> looks so stupid in manH.Merijn Brand2006-10-191-1/+1
| | | p4raw-id: //depot/perl@29055
* remove leaveit from toke.c:scan_constSADAHIRO Tomoyuki2006-10-161-10/+6
| | | | | Message-Id: <20061015222223.BC38.BQW10602@nifty.com> p4raw-id: //depot/perl@29026
* Re: \N{...} in regular expression [PATCH]SADAHIRO Tomoyuki2006-09-211-4/+3
| | | | | Message-Id: <20060921204520.80A6.BQW10602@nifty.com> p4raw-id: //depot/perl@28878
* [perl #40272] subroutine call with & in perlop example yath-perlbug@yath.de2006-09-041-1/+1
| | | | | | From: yath-perlbug@yath.de (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-31251-1157313807-430.40272-75-0@perl.org> p4raw-id: //depot/perl@28781
* Re: AW: [PATCH pod/*] Use Direct Object Constructor Callschromatic2006-09-041-1/+1
| | | | | Message-Id: <200609010912.46314.chromatic@wgz.org> p4raw-id: //depot/perl@28778
* interpolation of @- (and @+) in patterns ([perl #27940] comes back)SADAHIRO Tomoyuki2006-07-261-5/+5
| | | | | Message-Id: <20060725001517.3C5D.BQW10602@nifty.com> p4raw-id: //depot/perl@28620
* perlop: parsing quoted constructs SADAHIRO Tomoyuki2006-07-231-50/+93
| | | | | Message-Id: <20060716200218.2CE6.BQW10602@nifty.com> p4raw-id: //depot/perl@28612
* Re: Misunderstanding escapes in heredocs?Yves Orton2006-07-131-68/+119
| | | | | | | Message-ID: <9b18b3110607090742gc55b4ffl402d5fadc5bd231e@mail.gmail.com> with formatting nits p4raw-id: //depot/perl@28563
* Re: Misunderstanding escapes in heredocs?SADAHIRO Tomoyuki2006-07-111-5/+12
| | | | | Message-Id: <20060709115613.78FF.BQW10602@nifty.com> p4raw-id: //depot/perl@28547
* Re: [PATCH DOC] Three minor fixes related to perlopDaniel Frederick Crisman2006-06-121-2/+2
| | | | | Message-ID: <20060610144929.GA10201@fury.crisman.org> p4raw-id: //depot/perl@28382
* Re: range operator vs. unicodeYitzchak Scott-Thoennes2006-06-081-4/+17
| | | | | | | Message-ID: <20060608093343.GD2676@efn.org> with tweaks p4raw-id: //depot/perl@28371
* Clarification on what Perl does to floating points in the modulus Steve Peters2006-05-151-1/+3
| | | | | operation. p4raw-id: //depot/perl@28200
* Adding a mention of STDIN processing by qx// as requested by Steve Peters2006-05-111-0/+9
| | | | | RT #34288: perlop: qx/STRING/: mention STDIN p4raw-id: //depot/perl@28156
* perlop.pod doc patch: I/O operatorsAsh Berlin2006-05-091-2/+2
| | | | | Message-ID: <445CA190.1070105@cpan.org> p4raw-id: //depot/perl@28133
* Document order of evaluation for the comma operatorPaul Johnson2006-05-041-1/+2
| | | | | | Subject: [PATCH] Re: Kill select((select(OUTPUT_HANDLE), $| = 1)[0]); Message-ID: <20060426203843.GE21543@pjcj.net> p4raw-id: //depot/perl@28092
* perldiag.pod patching re: integer overflowAndy Lester2006-02-131-1/+1
| | | | | Message-ID: <20060213050848.GB27993@petdance.com> p4raw-id: //depot/perl@27174
* Clarify example of .. in perlopRafael Garcia-Suarez2005-12-231-21/+22
| | | | | | to fix [perl #38008] Documentation bug: perlop plus some minor formatting nits p4raw-id: //depot/perl@26467
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-211-1/+3
| | | | | Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26432
* latest switch/say/~~Robin Houston2005-12-191-1/+7
| | | | | Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26400
* Fix a typo and add some clarification to change #26387.Steve Peters2005-12-171-4/+4
| | | | | p4raw-link: @26387 on //depot/perl: 8705167b57c0f17d383e9e8ced641c8a486046b2 p4raw-id: //depot/perl@26388
* Addition documentation explaining aritmetic negation on strings. Also,Steve Peters2005-12-171-1/+5
| | | | | | additional test cases based partially on code by Piotr Fusik in RT #36675: -'-10' eq '+10'. p4raw-id: //depot/perl@26387
* Nit from change #26232 noticed by H. Merijn BrandSteve Peters2005-12-011-2/+2
| | | | | p4raw-link: @26232 on //depot/perl: 5ac3b81ce71f0f0e0260caac18fb5e1f11f38bf1 p4raw-id: //depot/perl@26241
* dor-assign (//=) was missing from perlop.podSteve Peters2005-11-301-2/+2
| | | p4raw-id: //depot/perl@26232
* remove whitespace preceding semicolon in docsSteven Schubiger2005-11-101-2/+2
| | | | | Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org> p4raw-id: //depot/perl@26073
* POD index entries with X<>Ivan Tubert-Brohman2005-10-131-1/+101
| | | | | Message-ID: <434D9A32.4050305@cpan.org> p4raw-id: //depot/perl@25748
* Re: [perl #36654] Inconsistent treatment of NaNYitzchak Scott-Thoennes2005-08-171-2/+2
| | | | | | | | | | | Date: Aug 7, 2005 8:03 PM Message-ID: <20050807180308.GA2112@efn.org> Subject: Re: [perl #36654] Inconsistent treatment of NaN From: Yitzchak Scott-Thoennes <sthoenna@efn.org> Date: Wed, 10 Aug 2005 22:53:51 -0700 Message-ID: <20050811055351.GA2296@efn.org> p4raw-id: //depot/perl@25299
* perlop: why \c\ cannot be placed just before the terminating delimiterSADAHIRO Tomoyuki2005-07-181-0/+5
| | | | | Message-Id: <20050717112557.5921.BQW10602@nifty.com> p4raw-id: //depot/perl@25165
* [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 Michael G Schwern2005-07-151-3/+20
| | | | | | | | From: "Michael G Schwern via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org> (with minor tweaks) p4raw-id: //depot/perl@25149
* Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?Yitzchak Scott-Thoennes2005-06-031-1/+2
| | | | | Message-ID: <20050602184911.GA3292@efn.org> p4raw-id: //depot/perl@24690
* Clarification on the behaviour of qw// and x :Yitzchak Scott-Thoennes2005-05-241-3/+3
| | | | | | Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix Message-ID: <20050524155200.GA1784@efn.org> p4raw-id: //depot/perl@24567
* perlop.pod nitSteve Peters2005-05-101-1/+1
| | | | | Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24437
* Make the spelling of whitespace (vs white-space and white space)Offer Kaye2005-03-291-2/+2
| | | | | | more consistent Message-ID: <5694250503171147668e73c7@mail.gmail.com> p4raw-id: //depot/perl@24090
* Doc patches to clarify the stringification rules of {} and =>Rafael Garcia-Suarez2005-03-131-3/+7
| | | | | by Jarkko (bug #34419) p4raw-id: //depot/perl@24033
* Re: [perl #31937] perlop: add basic =~ examplesSteve Peters2004-10-241-1/+2
| | | | | Message-Id: <200410230801.51649.steve@fisharerojo.org> p4raw-id: //depot/perl@23420
* Remove a couple of C<> to avoid confusing double quotes in textRafael Garcia-Suarez2004-09-231-2/+2
| | | | | rendering. [perl #31678] p4raw-id: //depot/perl@23333
* [perl #31228] no no-opdavid nicol2004-09-011-0/+8
| | | | | | | Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com> Document that 0 and 1 can (sort of) be used as no-ops. p4raw-id: //depot/perl@23250
* Documenting undefined behaviour of $i = $i ++.Abigail2004-06-301-0/+11
| | | | | Message-ID: <20040630100021.GA23752@abigail.nl> p4raw-id: //depot/perl@23014
* perlop.pod: add an example to the .. and ... operatorsShlomi Fish2004-06-151-1/+21
| | | | | Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il> p4raw-id: //depot/perl@22936
* Add a new warning "Negative repeat count"Rafael Garcia-Suarez2004-03-211-1/+3
| | | | | for the cases $x x -1. p4raw-id: //depot/perl@22543
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-011-3/+3
| | | | | | | Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258
* documentation nitAdrian M. Enache2004-01-101-0/+3
| | | p4raw-id: //depot/perl@22108
* Document the behaviour of filetest operators regarding parentheses.Rafael Garcia-Suarez2003-10-091-2/+6
| | | | | This fixes bug #24127 (by documenting it as a feature.) p4raw-id: //depot/perl@21431
* Re: [PATCH] perlop.pod Revamp - revision 4Michael G. Schwern2003-10-081-17/+48
| | | | | | | Message-Id: <20031007203936.X4301@ttul.org> (Originally from Shlomi Fish. Applied with tweaks.) p4raw-id: //depot/perl@21421
* Re: nitpick with \(0..2)Steve Grazzini2003-06-091-2/+2
| | | | | Message-ID: <20030606054259.GA30249@grazzini.net> p4raw-id: //depot/perl@19729
* Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlopCasey West2003-05-111-8/+32
| | | | | Message-ID: <20030509143013.GM49820@geeknest.com> p4raw-id: //depot/perl@19493
* [perl #7592] Clarify what qw() does in scalar contextCasey West2003-04-281-1/+2
| | | | | Message-Id: <20030428140005.GC62281@geeknest.com> p4raw-id: //depot/perl@19365
* [patch #7514] Bug in perlop regex explinationCasey West2003-04-281-1/+1
| | | | | Message-Id: <20030428172206.GK62281@geeknest.com> p4raw-id: //depot/perl@19364
* clarify behaviour of $a++Hugo van der Sanden2003-03-181-0/+4
| | | p4raw-id: //depot/perl@19014
* Remove no-longer-true line from perlopHugo van der Sanden2003-02-241-2/+1
| | | p4raw-id: //depot/perl@18762