summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate assignment to $[Rafael Garcia-Suarez2009-04-071-2/+3
| | | | | | | Based on a patch by James Mastros : Subject: Deprecating $[ Message-ID: <abc933c50904020726x31776ab5m192036429af16f03@mail.gmail.com>
* Fix typo in English name of $&Rafael Garcia-Suarez2009-03-181-1/+1
|
* Fix previous patch. Actually it's written PAREN, not PARENT.Rafael Garcia-Suarez2009-02-101-1/+1
|
* mention English name of %+ in perlvar.podMoritz Lenz2009-02-101-0/+2
|
* Document that $0 is set to "-e" when perl is run with -e or -ERafael Garcia-Suarez2009-01-251-0/+3
|
* Re: @{"_<$filename"} is unreasonably tied to use of DB::DB ($^P & 0x2)Tim Bunce2008-11-031-2/+4
| | | | | | Message-ID: <20081103162537.GB45762@timac.local> Date: Mon, 3 Nov 2008 16:25:37 +0000 p4raw-id: //depot/perl@34706
* Re: [PATCH] docs more open() and $_ related entriesGabor Szabo2008-01-081-12/+14
| | | | | | From: "Gabor Szabo" <szabgab@gmail.com> Message-ID: <d8a74af10801081207q2637419dy59f1a3600bcc4a76@mail.gmail.com> p4raw-id: //depot/perl@32904
* docs: list of places where $_ is usedGabor Szabo2007-12-261-4/+13
| | | | | | From: "Gabor Szabo" <szabgab@gmail.com> Message-ID: <d8a74af10712252049t1b63b475mfca9225324f5fce6@mail.gmail.com> p4raw-id: //depot/perl@32730
* Document that $^V is no longer a v-stringJan Dubois2007-12-171-6/+3
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <007501c840cc$99b940e0$cd2bc2a0$@com> p4raw-id: //depot/perl@32631
* typo fixJan Dubois2007-12-051-1/+1
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <008701c836f7$ee62bf10$cb283d30$@com> p4raw-id: //depot/perl@32578
* [perl #47533] [PATCH perlvar.pod] Missing English variables Michael G Schwern2007-11-171-0/+6
| | | | | | From: Michael G Schwern (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-24634-1195269995-836.47533-75-0@perl.org> p4raw-id: //depot/perl@32360
* encoding.pm doesn't give any details about ${^ENCODING},Rafael Garcia-Suarez2007-06-081-2/+1
| | | | | so don't mention it in perlvar p4raw-id: //depot/perl@31353
* Documentation fixes for EGID/GID confusionDavid Leadbeater2007-05-041-1/+3
| | | | | Message-ID: <20070503172713.GA23180@sirius.otherwize.co.uk> p4raw-id: //depot/perl@31137
* Remove references to perlcc from the core docs.Rafael Garcia-Suarez2007-03-221-1/+1
| | | p4raw-id: //depot/perl@30685
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-081-2/+2
| | | | | Message-ID: <9b18b3110703071144t787e028s8a79fa1986624b54@mail.gmail.com> p4raw-id: //depot/perl@30517
* Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)Juerd Waalboer2007-03-071-1/+1
| | | | | Message-ID: <20070304150019.GN4723@c4.convolution.nl> p4raw-id: //depot/perl@30493
* Rework and fix docs for %+, %- and re::Tie::Hash::NamedCapture.Rafael Garcia-Suarez2007-02-271-17/+28
| | | p4raw-id: //depot/perl@30415
* Re: [PATCH] Document that m//k worksYves Orton2007-02-141-3/+3
| | | | | Message-ID: <9b18b3110702131304q370f3530j463c1a59c5ac1dfe@mail.gmail.com> p4raw-id: //depot/perl@30278
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ↵Yves Orton2007-01-151-0/+24
| | | | | | | | ${^POSTMATCH} Message-ID: <9b18b3110701111731x29b1c63i57b1698f769b3bbc@mail.gmail.com> (with tweaks) p4raw-id: //depot/perl@29831
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface ↵Yves Orton2007-01-041-0/+43
| | | | | | | and add support for %- Message-ID: <9b18b3110612291245q792fe91cu69422d2b81bb4f0b@mail.gmail.com> p4raw-id: //depot/perl@29682
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-1/+12
| | | | | Message-ID: <9b18b3110610061016x5ddce965u30d9a821f632d450@mail.gmail.com> p4raw-id: //depot/perl@28957
* Small precision about $SIG{__WARN__}Sébastien Aperghis-Tramoni2006-08-081-6/+11
| | | | | Message-ID: <1155028678.44d856c64fa0d@imp6-g19.free.fr> p4raw-id: //depot/perl@28676
* adding X<> to perlvarGabor Szabo2006-08-071-1/+72
| | | | | | From: "Gabor Szabo" <szabgab@gmail.com> Message-ID: <d8a74af10608060359g7d4726dalf947f051a51c10e@mail.gmail.com> p4raw-id: //depot/perl@28664
* Re: [ID 20000816.012] *foo = *_ is brokenMike Guy2006-07-261-0/+2
| | | | | | | Message-Id: <E13PRZI-0007Ge-00@libra.cus.cam.ac.uk> Only part regarding @ARG missing from the documentation was applied. p4raw-id: //depot/perl@28617
* More nits in perlpragma, and remove the warning about %^H beingRafael Garcia-Suarez2006-05-221-4/+1
| | | | | strictly internal in perlvar. p4raw-id: //depot/perl@28271
* give a more useful example for $^VDave Mitchell2006-05-191-1/+4
| | | p4raw-id: //depot/perl@28235
* RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}Jan Dubois2006-05-031-0/+13
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <013901c66edd$fb8ae750$d045a8c0@candy> p4raw-id: //depot/perl@28083
* sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with ↵Jarkko Hietaniemi2006-04-081-1/+2
| | | | | | | | | | $/=\0?) Message-Id: <20060408152533.C4D5F6D08C@ugli.hut.fi> (although I should add that this version of Coverity is actually raising a false positive here, albeit something still interesting) p4raw-id: //depot/perl@27744
* Document the values for ${^UTF8CACHE}Nicholas Clark2006-03-231-0/+2
| | | p4raw-id: //depot/perl@27589
* Add a new per-interpeter variable PL_utf8cache, which will be used toNicholas Clark2006-03-161-0/+4
| | | | | | control the UTF-8 offset caching code. Make this visible as ${^UTF8CACHE} p4raw-id: //depot/perl@27525
* [DOC PATCH] $^X isn't necessarily argv[0]Yitzchak Scott-Thoennes2006-01-301-1/+1
| | | | | Message-ID: <20060130090624.GA3760@efn.org> p4raw-id: //depot/perl@26999
* Make the description of $^M in perlvar a bit more clearRafael Garcia-Suarez2006-01-171-3/+4
| | | | | | w.r.t. cross-references to the INSTALL document. (spotted by Stas Bekman) p4raw-id: //depot/perl@26878
* Typo fix.Rafael Garcia-Suarez2006-01-121-2/+2
| | | p4raw-id: //depot/perl@26797
* Revert change 26749Rafael Garcia-Suarez2006-01-091-5/+5
| | | p4raw-id: //depot/perl@26750
* identifiers always in main (was: defining a _ function breaks File::Find)Xavier Noria2006-01-091-5/+5
| | | | | | | Message-Id: <D3867DED-313E-4D39-A85F-1178FE7F7A5E@hashref.com> clarify which variables are always forced into main:: p4raw-id: //depot/perl@26749
* Re: small addition to $, and $\ in perlvar.podXavier Noria2005-10-171-14/+7
| | | | | Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com> p4raw-id: //depot/perl@25780
* Unmatched parentheses (thanks to Steve Peters)Rafael Garcia-Suarez2005-08-241-1/+1
| | | p4raw-id: //depot/perl@25324
* undup Jarkko Hietaniemi2005-08-071-2/+2
| | | | | Message-ID: <42F5E243.80500@gmail.com> p4raw-id: //depot/perl@25274
* Remove the documentation for $#, which has been removedRafael Garcia-Suarez2005-07-311-12/+0
| | | p4raw-id: //depot/perl@25246
* Document ${^UTF8LOCALE}Rafael Garcia-Suarez2005-06-141-0/+7
| | | p4raw-id: //depot/perl@24836
* Documentation nit on @-, found by Guillaume RousseRafael Garcia-Suarez2005-05-241-3/+3
| | | | | (plus POD markup simplification, for readability with pod2text) p4raw-id: //depot/perl@24563
* Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]Gisle Aas2005-05-181-1/+12
| | | | | Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@24501
* perlvar.pod verbatim paragraph first line does not start with a spaceOffer Kaye2005-05-041-1/+1
| | | | | Message-Id: <56942505050405101bfe678d@mail.gmail.com> p4raw-id: //depot/perl@24383
* Remove confusing punctuationRafael Garcia-Suarez2005-04-281-1/+1
| | | | | (spotted by David Rigaudiere) p4raw-id: //depot/perl@24345
* Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},Rafael Garcia-Suarez2005-03-221-1/+1
| | | | | and other neatification p4raw-id: //depot/perl@24065
* Re: Reworked Trie PatchYves Orton2005-03-181-0/+15
| | | | | | | | | | | | | | Date: Mon, 14 Mar 2005 08:55:39 +0100 Message-ID: <9b18b31105031323557019ae1@mail.gmail.com> Subject: Re: Reworked Trie Patch From: demerphq <demerphq@gmail.com> Date: Wed, 16 Mar 2005 19:48:18 +0100 Message-ID: <9b18b31105031610481025a080@mail.gmail.com> Plus minor nits in the documentation of re.pm, a version bump, and addition of an OPTIMIZE alias p4raw-id: //depot/perl@24044
* [perl #3242] [PATCH]No error on assignment to $> Steve Peters2004-11-241-3/+9
| | | | | | From: "Steve Peters via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org> p4raw-id: //depot/perl@23532
* Implement "my $_".Rafael Garcia-Suarez2004-02-031-0/+5
| | | p4raw-id: //depot/perl@22263
* perlvarJuerd2003-09-231-4/+3
| | | | | Message-ID: <20030921194054.GD14702@c3.convolution.nl> p4raw-id: //depot/perl@21348
* blead version of #21161.Jarkko Hietaniemi2003-09-101-2/+0
| | | p4raw-id: //depot/perl@21162