summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
Commit message (Expand)AuthorAgeFilesLines
* clarify how $SIG{__DIE__} can returnDavid Mitchell2012-01-081-4/+4
* Mention evalbytes in perlvar as a (_) functionFather Chrysostomos2011-12-161-1/+2
* perlvar: Don’t mention 5.9Father Chrysostomos2011-12-161-1/+1
* perlvar: Consistent use of spaces after dotsFather Chrysostomos2011-12-161-246/+254
* perlvar: document what $[ will do under use v5.16Father Chrysostomos2011-12-151-0/+4
* Reimplement $[ as a moduleFather Chrysostomos2011-10-211-8/+19
* Corrected: 'filehanlde' => 'filehandle'Alan Haggai Alavi2011-10-111-1/+1
* Add missing C on </p> constructDave Rolsky2011-09-281-3/+3
* Make a new section for vars related to interpreter stateDave Rolsky2011-09-281-312/+320
* Move $0 and $$ togetherDave Rolsky2011-09-281-48/+48
* Move uid & gid variable docs next to each otherDave Rolsky2011-09-281-35/+35
* Dear perlvar: ${PEN} was introduced in 5.8.0.Father Chrysostomos2011-09-151-1/+1
* document convention for keys in %^HZefram2011-09-151-0/+6
* remove index offsetting ($[)Zefram2011-09-091-16/+8
* Doc update for changes in 5.15.0 + tweaksFather Chrysostomos2011-06-171-2/+3
* perlvar.pod: fixed typoAlan Haggai Alavi2011-06-111-1/+1
* [perl #91614] Suggestion for improving documentation of $!John P. Linderman2011-05-251-15/+18
* perlvar: Fix broken linksKarl Williamson2011-05-191-4/+4
* [perl #90306] Fix simple typosMarcel Grünauer2011-05-191-1/+1
* Fix bad pod links found by Test::Pod::LinkCheckApocalypse2011-02-151-1/+1
* [perl #81584] recommend Devel::FindAmpersandFather Chrysostomos2011-01-161-1/+2
* Restore the old description of $[Father Chrysostomos2011-01-021-5/+13
* Fix typo in perlvarChris 'BinGOs' Williams2010-12-161-1/+1
* [perl #79914] documentation bug in perldoc perlvar $|Lukas Mai2010-11-281-1/+1
* Add an index entry for ${^GLOBAL_PHASE}Florian Ragwitz2010-11-141-0/+1
* Users don't normally care about the blead releasesFlorian Ragwitz2010-11-141-1/+1
* There are no values not mentioned hereFlorian Ragwitz2010-11-141-1/+1
* add example for ${^GLOBAL_PHASE} and description to perlmodChas. J. Owens IV2010-11-141-2/+43
* Whitespace fixes to perlvarbriandfoy/perlvarbrian d foy2010-11-011-3/+3
* Added ${^GLOBAL_PHASE} to perlvarbrian d foy2010-11-011-0/+64
* Fix some grammar nits thanks to jnarebbrian d foy2010-11-011-4/+3
* Added some missing index entries and fixed some whitespacebrian d foy2010-11-011-15/+19
* Get rid of spatial references 'above' and 'before' in perlvarbrian d foy2010-11-011-42/+42
* Use 'four' instead of 4 in body para in perlvarbrian d foy2010-11-011-1/+1
* Make $^V recommendation the first sentence in $]brian d foy2010-11-011-4/+6
* Add more English equivalents, index all names in perlvarbrian d foy2010-11-011-33/+46
* I think I have perlvar ordered and proper nowbrian d foy2010-11-011-339/+343
* Putting the variables in order, mostly, but not completely yetbrian d foy2010-11-011-286/+279
* * mjd rewrites the $", cleans up minor bitsbrian d foy2010-11-011-8/+16
* * Add the missing $"brian d foy2010-11-011-0/+9
* * The first draft of a perlvar reorganizationbrian d foy2010-11-011-1118/+1299
* Standardize on use of 'capture group' over 'buffer'Karl Williamson2010-06-281-2/+2
* Revert "It may not be obvious to a new Perl programmer that $#ary is explaine...Rafael Garcia-Suarez2010-06-151-5/+0
* It may not be obvious to a new Perl programmer that $#ary is explained in per...Sinan Unur2010-06-151-0/+5
* remove trailing spaces in perlvar.podDavid Golden2010-06-121-18/+18
* Link to perlport/PLATFORMS from the $^O docsÆvar Arnfjörð Bjarmason2010-06-121-3/+5
* Document $# and $* as removedChas. Owens2010-06-091-0/+39
* Correct POD link to perlrun.pod to be more accurateÆvar Arnfjörð Bjarmason2010-04-281-1/+2
* Add POD index entries for sitecustomize and sitecustomize.plÆvar Arnfjörð Bjarmason2010-04-281-0/+1
* Set the legacy process name with prctl() on assignment to $0 on LinuxÆvar Arnfjörð Bjarmason2010-04-151-0/+7