summaryrefslogtreecommitdiff
path: root/pod/perltie.pod
Commit message (Expand)AuthorAgeFilesLines
* Replace 'use strict; use warnings;' with 'use VERSION' in docs code examplesPaul "LeoNerd" Evans2022-04-231-2/+1
* perltie: Fix variable name in TIEHASH exampleJakub Wilk2021-12-161-2/+2
* add note on how to write NEXTKEY when you can't just wrap around each()David Cantrell2020-12-021-0/+5
* language docs: prefer postfix deref in numerous placesRicardo Signes2020-09-061-11/+11
* perltie.pod: rework example code so EXTEND is a no-opYves Orton2020-01-311-5/+13
* perltie: Use L</Foo Bar>, not L<Foo Bar>Karl Williamson2019-05-251-5/+5
* pod/perltie.pod: mention SCALAR() for boolean keysDavid Mitchell2017-08-041-5/+7
* Change scalar(%hash) to be the same as 0+keys(%hash)Yves Orton2016-06-221-1/+7
* Fix various pod errors.Karl Williamson2016-03-111-97/+101
* Clarify FIRSTKEY and NEXTKEY usage.Jarkko Hietaniemi2015-09-251-4/+11
* [perl #77680] perlsub pointers to sub names used by perl itselfZsbán Ambrus2013-09-161-1/+2
* Doc update for changes in 5.15.0 + tweaksFather Chrysostomos2011-06-171-5/+4
* Reword perltie/READLINE and correct exampleFather Chrysostomos2011-02-251-6/+6
* [perl #84942] perltie.pod READLINE list contextKevin Ryde2011-02-251-4/+19
* Document the explicit * in tie *$handleFather Chrysostomos2010-12-021-0/+7
* use modern Perl style in exampleAlexandr Ciornii2010-07-151-3/+3
* * Em dash cleanup in pod/brian d foy2010-01-131-3/+3
* perltie.pod docpatchDavid Cantrell2009-05-061-1/+1
* [perl #60978] [PATCH] Tied filehandles can't distinguish eof formsChip Salzenberg2008-12-111-0/+13
* Re: [perl #49264] say behaves as just print on tied filehandleMichael G. Schwern2008-01-061-3/+5
* Re: AW: [PATCH pod/*] Use Direct Object Constructor Callschromatic2006-09-041-1/+1
* POD index entries with X<>Ivan Tubert-Brohman2005-10-131-0/+49
* docpatch for perltie.podDavid Cantrell2004-10-211-3/+5
* Remove a spurious \n in a perltie example,Rafael Garcia-Suarez2004-06-081-1/+1
* documenting SCALAR gotchaTassilo von Parseval2003-12-071-0/+6
* Clarify the description of SCALAR in perltieRafael Garcia-Suarez2003-12-061-4/+4
* SCALAR/FIRSTKEY for tied hashes in scalar contextTassilo von Parseval2003-12-061-1/+23
* DOCPATCH: does STORE need to return anything and if so what?david nicol2003-11-021-2/+3
* One more known tie problem.Jarkko Hietaniemi2003-09-051-4/+7
* Acknowledge some known tie bugs.Jarkko Hietaniemi2003-09-051-6/+10
* Re: [perl #17934] tied STDERR and internal warningsSteve Grazzini2003-06-191-3/+10
* Re: [perl #17718] %tiedhash in bool context doesn't check if hash is emptyYitzchak Scott-Thoennes2003-05-081-0/+8
* 2 Pod errors in perlop.podAndreas König2002-11-261-1/+1
* Negative subscripts optionally passed to tied array methodsMark-Jason Dominus2002-08-171-1/+3
* tied hashesIlya Zakharevich2002-02-141-6/+7
* perltie.pod (or what does it mean?)Wolfgang Laun2001-12-211-1/+1
* Tweten->WestCasey West2001-04-171-1/+1
* One more perltie.pod nit from Casey R. Tweten.Jarkko Hietaniemi2000-11-291-11/+0
* Re: [PATCH] Updating perltie.pod for arraysCasey R. Tweten2000-11-291-10/+16
* Updating perltie.pod for arraysCasey R. Tweten2000-11-281-38/+189
* Pod updatesStephen P. Potter2000-11-071-4/+4
* Tied filehandle documentationGisle Aas2000-09-071-0/+3
* Document UNTIE. Also tweak implementation to suppress the 'inner references'Nick Ing-Simmons2000-09-011-12/+54
* Document UNTIE in a very minimalistic way.Jarkko Hietaniemi2000-08-311-0/+5
* integrate cfgperl changes#6268..6282 into mainlineGurusamy Sarathy2000-07-111-8/+8
* add note about the handling of negative indices to tied arraysGurusamy Sarathy2000-05-281-0/+6
* avoid warnings in diagnostics.pm; pod tweaks (from Peter PrymmerGurusamy Sarathy2000-05-071-5/+2
* lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-131-1/+3
* whitespace and readabiliti nits in the pods (from Michael G SchwernGurusamy Sarathy2000-03-031-1/+1
* support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-131-4/+6