summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
Commit message (Expand)AuthorAgeFilesLines
* Still cleaning up Y2K residue積丹尼 Dan Jacobson2023-05-011-1/+1
* Fix some wording per @demerphqScott Baker2023-03-301-10/+9
* Add docs for BEGIN, INIT, CHECK for pop()Scott Baker2023-03-301-0/+3
* Add a section about additional blocksScott Baker2023-03-301-0/+3
* Update shift() docs with examplesScott Baker2023-03-301-8/+17
* Update pop() docs with examplesScott Baker2023-03-301-6/+15
* pp_ctl.c - add support for hooking require.Yves Orton2023-03-181-1/+63
* Re-work wordingScott Baker2023-02-101-1/+1
* Move talk of `$_` above example to be consistent with other funcsScott Baker2023-02-101-3/+1
* Add examples and clarify wordingScott Baker2023-02-101-5/+11
* Initial attack at pod/perlclass.podPaul "LeoNerd" Evans2023-02-101-7/+64
* [doc] perlfunc: remove extra "the"Elvin Aslanov2023-02-081-1/+1
* perlfunc/require: Note that AUTOLOAD cannot resolve INCDIRTony Cook2023-02-081-0/+3
* Clarify perldoc bless per #18713Joe McMahon2023-02-081-18/+57
* Add missing closing parens to the examplesScott Baker2023-02-071-3/+2
* Remove the "technical" explanationScott Baker2023-02-071-12/+0
* Move return example after explanationScott Baker2023-02-071-3/+4
* Add some examples for push()Scott Baker2023-02-071-2/+18
* Add some closing parens I missed in the first passScott Baker2023-01-251-2/+2
* Put the example after the explanationScott Baker2023-01-241-2/+4
* Add some examples to `unshift()` docsScott Baker2023-01-241-5/+12
* Correct sort docs about value of the sort func.Andy Lester2023-01-141-1/+1
* <> to readline documentation updatesScott Baker2022-12-171-1/+1
* pod/ - document $INC and INCDIRYves Orton2022-12-091-26/+105
* Upper-case term for consistency with other 'substr' argumentsJames E Keenan2022-12-051-1/+1
* perlfunc.pod - document module_true in the require entryYves Orton2022-11-011-2/+8
* Clarify perlfunc sleep entryKarl Williamson2022-10-251-1/+4
* Document that "select" affects "say"'s default filehandle, tooE. Choroba2022-09-031-4/+4
* op.c - Restrict nested eval/BEGIN blocks to a user controllable maximumYves Orton2022-09-021-0/+10
* Add a new env var PERL_RAND_SEEDYves Orton2022-08-121-1/+15
* Document C<local *STDOUT> as an alternative to C<select ... select>James E Keenan2022-08-101-0/+28
* perlfunc - correct argument terminology for dbmopenDan Book2022-08-021-1/+1
* point out that non-permission bits for mkdir's mode are non-portableTony Cook2022-06-271-0/+2
* Put back the words about no VERSION not undoing feature bundles, which got lo...Paul "LeoNerd" Evans2022-04-231-0/+5
* Replace 'use strict; use warnings;' with 'use VERSION' in docs code examplesPaul "LeoNerd" Evans2022-04-231-3/+3
* Replace docs examples of 'use NUMBER' with proper v-stringsPaul "LeoNerd" Evans2022-04-231-8/+8
* Split docs for 'use VERSION' into its own section of perlfunc.podPaul "LeoNerd" Evans2022-04-231-47/+60
* Fix typos in perlfuncSteve Hay2022-04-201-2/+2
* Doc changes to reflect that perl might not support taintNeil Bowers2022-04-201-1/+1
* perlfunc: Fix readline typoMagnus Woldrich2022-04-171-1/+1
* Add the new flow-control keywords to perlfunc.podPaul "LeoNerd" Evans2022-04-041-5/+63
* (perl #128245) make it obvious :encoding uses PerlIO::encodingTony Cook2022-03-201-0/+1
* Revert "Fix GH Issue #19472: read warnings from open($fh,">",\(my $x))"Yves Orton2022-03-141-10/+2
* Fix GH Issue #19472: read warnings from open($fh,">",\(my $x))Yves Orton2022-03-071-2/+10
* Add a pod sort sample with function signatureNicolas R2022-01-201-0/+8
* Change pack U behavior for EBCDICKarl Williamson2021-12-281-1/+4
* feature updates: tweaks from code reviewRicardo Signes2021-11-021-1/+1
* perlfunc: note that bareword open is now often forbiddenRicardo Signes2021-11-021-1/+5
* perlfunc 'ref' and UNIVERSAL: document isa operator alternativeDan Book2021-08-221-1/+3
* Document v5.35 warnings-on-by-defaultBen Cornett2021-08-151-9/+10