summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
Commit message (Expand)AuthorAgeFilesLines
* perlfunc: list each/keys/values as ARRAY functionsDavid Golden2010-09-071-1/+1
* Corrected typo in documentation for glob().Chris 'BinGOs' Williams2010-08-161-1/+1
* srand: change to return its seedKarl Williamson2010-07-281-23/+28
* pods: mention \o{}, 3 octal digitsKarl Williamson2010-07-191-1/+1
* cautionary note about "no VERSION"Ricardo Signes2010-07-061-0/+5
* Add additional notes regarding srand and forkingBrian Phillips2010-07-011-3/+5
* Prefer 3 digit octal character constantsKarl Williamson2010-06-281-3/+3
* Attempt at improving the perlipc docsMaik Hentsche2010-06-151-0/+6
* Do not advertise Math::TrulyRandom, which hasn't been updated since 1996Rafael Garcia-Suarez2010-06-031-2/+2
* Reorder the entry for die, moving discussion of the exit code later.Nicholas Clark2010-05-311-9/+20
* support "package Foo { ... }"Zefram2010-05-201-4/+13
* POD tweak to 'require' in perlfunc relating to putting Perl code in @INCChris Williams2010-05-031-2/+2
* Reinstate some documentation about quotemetaRafael Garcia-Suarez2010-05-031-0/+26
* Minor edition nit in perlfuncRafael Garcia-Suarez2010-04-261-2/+1
* perlfunc.pod: case-change cleanup; mention packtutKarl Williamson2010-04-261-16/+72
* Describe the limitations and pitfalls of @DB::args.Nicholas Clark2010-03-111-0/+14
* Doc adjustment about lock(), by Daniel Frederick CrismanRafael Garcia-Suarez2010-02-161-2/+2
* note that delete/exists ARRAY_ELEM should be avoidedRicardo Signes2010-02-061-15/+24
* perlfunc tweak for package NAME VERSIONDavid Golden2010-01-201-5/+5
* note strict/lax version requirements in documentationDavid Golden2010-01-191-7/+9
* * Tom's latest perlfunc cleanups, to ensure we're on the same trackbrian d foy2010-01-161-98/+16
* Tom Christiansen's perlfunc cleansing, part 2brian d foy2010-01-131-656/+730
* PATCH: perlfunc cleanup, part 1Tom Christiansen2010-01-111-180/+182
* PATCH: minor typo cleanup of pod/ directoryTom Christiansen2010-01-051-8/+8
* Add a usage scenario and common use pattern to perldoc -f quotemetaShlomi Fish2009-12-301-0/+26
* Update .podsKarl Williamson2009-12-251-13/+69
* Document if.pm in perlfuncZefram2009-11-301-0/+9
* * Reword the sentence about checking unlink failuresbrian d foy2009-11-231-1/+1
* Fix unindented code in perlfunc after 5ed4f2ecec5b66feed399b9a24471aeac4242cdbVincent Pit2009-11-211-154/+154
* Add new warning introduced by last patch in perldiag.Rafael Garcia-Suarez2009-11-211-2/+2
* deprecate "goto" to jump into a constructGerard Goossen2009-11-211-12/+15
* * Note that unlink sets $! on failure.brian d foy2009-11-191-10/+19
* * Fixing inconsistent use of tabs in perlfunc. Now it's spaces spaces spaces.brian d foy2009-11-191-401/+401
* * Fixed sort example using =(\d+)brian d foy2009-11-191-31/+31
* Document SIGPIPE when printing to closed socketDavid Golden2009-11-161-0/+3
* Clarify and complete documentation for in-place reverseVincent Pit2009-11-101-0/+4
* Implement facility to plug in syntax triggered by keywordsJesse Vincent2009-11-051-0/+8
* Bare readdir in while loop now sets $_Brad Gilbert2009-10-221-0/+9
* Add 'package NAME VERSION' syntaxDavid Golden2009-10-061-1/+8
* * Fix trailing whitespace in blead 778c687brian d foy2009-09-251-1/+1
* RT #69208: Check eof before using readline in perlfunc readline examplebrian d foy2009-09-251-14/+24
* Doc nit in perlfunc for die() and warn() with an empty messageRafael Garcia-Suarez2009-09-141-3/+3
* split: Remove implicit split to @_Bo Borgerson2009-09-131-4/+1
* The "package;" syntax was removed in 5.10Rafael Garcia-Suarez2009-09-101-2/+0
* document split in void context in perlfunc.podMoritz Lenz2009-08-121-3/+4
* Minor spelling nit in last perlfunc updatedVincent Pit2009-08-031-1/+1
* Update the description of the 'system' function to point users at autodieJesse Vincent2009-08-031-2/+5
* Document "delete local" in perlsubVincent Pit2009-07-271-0/+8
* Make kill() fatal for non-numeric pidsDavid Golden2009-07-091-5/+7
* Fast enabling of strictures when version 5.11.0 is requiredRafael Garcia-Suarez2009-07-071-1/+2