This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix GH Issue #19472: read warnings from open($fh,">",\(my $x))
[perl5.git] / pod / perlfunc.pod
2022-03-07 Yves OrtonFix GH Issue #19472: read warnings from open($fh,"...
2022-01-20 Nicolas RAdd a pod sort sample with function signature
2021-12-28 Karl WilliamsonChange pack U behavior for EBCDIC
2021-11-02 Ricardo Signesfeature updates: tweaks from code review
2021-11-02 Ricardo Signesperlfunc: note that bareword open is now often forbidden
2021-08-22 Dan Bookperlfunc 'ref' and UNIVERSAL: document isa operator...
2021-08-15 Ben CornettDocument v5.35 warnings-on-by-default
2021-08-07 Karl Williamsonperlfunc: Fix typo
2021-07-06 Tony Cookadd a note to perldoc -f each on using anon hashes...
2021-06-30 Nicholas ClarkRemove references to Macintosh/Mac OS in perlfunc.pod...
2021-06-08 Scott BakerSimply the uc() and lc() documentation for novices
2021-06-02 Scott BakerAdd some examples to the glob() documentation
2021-05-31 Felipe GasperClarify descriptions of unicode_eval and evalbytes.
2021-05-21 Dan Bookperlfunc - mention that delete can only be used on...
2021-04-05 Scott BakerSimplify the split() documentation by removing the...
2021-03-19 Paul "LeoNerd" EvansDocument that caller() does not see try{} blocks 18634/head
2021-03-17 James E KeenanIdentify the algorithm which 'sort' uses: mergesort
2021-02-19 Leon TimmermansAllow pack 'D' on all systems with long doubles
2021-02-18 Dan Bookperlfunc - mention that rename sets $! on failure
2021-02-08 Richard Leachperlfunc.pod: add redeclaration text to my/state funcs
2020-12-20 Karl Williamsonperlfunc: Improve localtime entry
2020-12-08 TAKAI Kousukeperlfunc.pod: add a description for octal strings for...
2020-11-28 Karen Etheridgeadd extra language in the quotemeta() docs for embedded...
2020-11-24 Tony Cookperlfunc/msgsnd: the supplied MSG doesn't have a length...
2020-11-23 Shlomi FishAdd a usage note about the "l" modifier.
2020-11-15 Giovanni Tatarannifix typo in pod/perlfunc.pod
2020-11-13 James E Keenanpod/perlfunc.pod: Correct one typo
2020-10-14 James E Keenanpod/perlfunc.pod: Remove misleading code example ...
2020-10-04 TAKAI Kousukeperlfunc.pod - describe that "x" and "b" work the same...
2020-10-04 Karl WilliamsonMerge branch 'oct-doc-fix' of github.com:t-a-k/perl5...
2020-10-03 Samanta NavarroFix typos
2020-10-01 TAKAI Kousukeperlfunc.pod - describe that "x" and "b" work the same... 18185/head
2020-09-07 Ricardo Signeslanguage docs: prefer postfix deref in numerous places
2020-08-19 Karen Etheridgewhitespace fixes only
2020-08-11 Richard Leachperlfunc.pod - when sleep() is called with a negative...
2020-07-17 Scott BakerUpdate index() documentation with some code examples
2020-04-28 Jason McIntoshClarifying the note about "list form" and Windows.
2020-04-28 Jason McIntoshFurther PR fixes and whitespace/fill tweaks
2020-04-28 Jason McIntoshMore fixes from PR review.
2020-04-28 Jason McIntoshClarifying that it's OK to work with bareword filehandl...
2020-04-28 Jason McIntoshTypo and whitespaces fixes and such
2020-04-28 Jason McIntoshClarifying that the PerlIO technical node applies only...
2020-04-28 Jason McIntoshUpdating the cross-references to perlfunc/open so that...
2020-04-28 Jason McIntoshMaking several revisions to the `open` section of perlf...
2020-04-18 Dan Bookperlvar - expand and link to ${^OPEN} documentation
2020-03-23 Dan Bookperlfunc - explicitly describe relationship between...
2020-03-01 Karl Williamsonperlfunc: Note that z modifier works on signed
2019-12-19 Dan Bookperlfunc: link to "Plain Old Comments" section of perls...
2019-12-18 Dan BookMention that you cannot return from do BLOCK
2019-11-08 Dan BookLink to more useful section of perlop from readpipe
2019-10-23 Dagfinn Ilmari Man... Link directly to the right perlrun section everywhere...
2019-10-23 Dagfinn Ilmari Man... Link directly to the -M section of perlrun from perlfun...
2019-10-11 Max MaischeinUnicode.org is https, except for cldr.unicode.org
2019-07-29 Andrew Hewus FreshRecommend chdir after chroot more strongly
2019-07-20 Dan Bookupdate 'say' docs to better represent reality
2019-05-30 James E KeenanUse of strings with code points over 0xFF as arguments...
2019-04-12 Karl Williamsonperlfunc: Clarify
2019-01-22 Tony Cook(perl #133751) qr// is already blessed
2019-01-06 James E KeenanRemove one superfluous word in sysseek documentation.
2018-11-23 Dagfinn Ilmari Man... perlfunc: clarify reset EXPR behaviour
2018-11-01 David Cantrellperlfunc: highlight -X behaviour on dangling symlinks
2018-10-17 James E KeenanImplement fatalization of dump()
2018-10-10 Tony Cook(perl #125760) fatalize sysread/syswrite/recv/send...
2018-09-02 Karl WilliamsonPATCH: [perl #133488] Fix grammer in perlfunc sysread()
2018-06-18 SmylersDocument delete %hash{key} return value
2018-04-19 Aaron Craneperlfunc: clarify that keys/values reset the iterator...
2018-04-19 Aaron Craneperlfunc: clarify why next/last/redo don't affect sub...
2018-04-19 Alexandr SavcaSpelling corrections in pod/*.pod from Alexandr Savca.
2018-04-08 James E KeenanSpelling corrections from Ville Skytt.
2018-02-25 Father Chrysostomosperlfunc:goto: Correct and clarify
2018-02-25 Yves Ortonexplain compile time effects of require
2018-02-24 Father Chrysostomos[perl #132854] Allow goto into first arg of bin op
2018-01-08 Father Chrysostomos[perl #130936] Forbid some cases of inward goto
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-23 Zeframbetter document while condition magic
2017-12-23 Zeframbetter doc of hash/array iterators
2017-12-19 Karen Etheridgeminor punctuation improvement
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-16 Zeframtypo fix in doc
2017-12-16 Zeframupdate and clarify "die" and "warn" doc
2017-12-15 Marco Fontaniperlfunc: remove stray plus from start of line
2017-12-15 Zeframrewrite "ref" documentation for clarity
2017-12-14 Marco Fontanirefer to perldiag from perlfunc
2017-12-14 Karl Williamsonperlfunc: Add note about reentrant functions
2017-12-12 Zeframbetter document version check aspect of "use"
2017-12-12 Zeframfix doc about filter subroutines' $_[0]
2017-12-10 Father Chrysostomos[perl #74764] Forbid ‘goto’ jumping into ‘given’
2017-12-09 Karl WilliamsonAllow %j on non-C99 platforms
2017-12-06 Zeframclarify "bless" doc
2017-12-06 Ævar Arnfjörð Bjar... perlfunc: re-flow docs amended in an earlier commit
2017-12-06 Ævar Arnfjörð Bjar... pod/perlfunc: stop recommending older syntax supported...
2017-12-06 Zeframadd "whereis"
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-12-05 Zeframremove doc hedge about autovivification
2017-11-29 Zeframmake "when" do implicit "next"
2017-11-29 Zeframremove useless "break" mechanism
2017-11-29 Zeframmake loop control apply to "given"
2017-11-29 Marco Fontanisecond arg to mkdir is MODE, not MASK
2017-11-28 Zeframremove useless "default" mechanism
2017-11-21 Zeframrevise all given/when documentation
next