summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
Commit message (Expand)AuthorAgeFilesLines
* Document v5.35 warnings-on-by-defaultBen Cornett2021-08-151-9/+10
* perlfunc: Fix typoKarl Williamson2021-08-071-1/+1
* add a note to perldoc -f each on using anon hashes/arraysTony Cook2021-07-061-0/+9
* Remove references to Macintosh/Mac OS in perlfunc.pod and perlintro.podNicholas Clark2021-06-301-2/+1
* Simply the uc() and lc() documentation for novicesScott Baker2021-06-081-8/+21
* Add some examples to the glob() documentationScott Baker2021-06-021-11/+37
* Clarify descriptions of unicode_eval and evalbytes.Felipe Gasper2021-05-311-48/+31
* perlfunc - mention that delete can only be used on key-value slices since 5.28Dan Book2021-05-201-4/+4
* Simplify the split() documentation by removing the join()s from the examples ...Scott Baker2021-04-051-39/+40
* Document that caller() does not see try{} blocksPaul "LeoNerd" Evans2021-03-191-0/+5
* Identify the algorithm which 'sort' uses: mergesortJames E Keenan2021-03-171-0/+3
* Allow pack 'D' on all systems with long doublesLeon Timmermans2021-02-191-2/+1
* perlfunc - mention that rename sets $! on failureDan Book2021-02-171-1/+2
* perlfunc.pod: add redeclaration text to my/state funcsRichard Leach2021-02-081-6/+16
* perlfunc: Improve localtime entryKarl Williamson2020-12-201-21/+22
* perlfunc.pod: add a description for octal strings for oct()TAKAI Kousuke2020-12-071-1/+4
* add extra language in the quotemeta() docs for embedded \ and $Karen Etheridge2020-11-271-0/+12
* perlfunc/msgsnd: the supplied MSG doesn't have a length fieldTony Cook2020-11-241-3/+2
* Add a usage note about the "l" modifier.Shlomi Fish2020-11-231-0/+5
* fix typo in pod/perlfunc.podGiovanni Tataranni2020-11-161-1/+1
* pod/perlfunc.pod: Correct one typoJames E Keenan2020-11-131-1/+1
* pod/perlfunc.pod: Remove misleading code example (#18105)James E Keenan2020-10-141-2/+1
* perlfunc.pod - describe that "x" and "b" work the same way asTAKAI Kousuke2020-10-041-2/+2
* Fix typosSamanta Navarro2020-10-031-1/+1
* language docs: prefer postfix deref in numerous placesRicardo Signes2020-09-061-2/+2
* whitespace fixes onlyKaren Etheridge2020-08-191-3/+3
* perlfunc.pod - when sleep() is called with a negative int or 0Richard Leach2020-08-101-0/+8
* Update index() documentation with some code examplesScott Baker2020-07-171-0/+14
* Clarifying the note about "list form" and Windows.Jason McIntosh2020-04-281-7/+6
* Further PR fixes and whitespace/fill tweaksJason McIntosh2020-04-281-29/+37
* More fixes from PR review.Jason McIntosh2020-04-281-16/+16
* Clarifying that it's OK to work with bareword filehandle names if they're bui...Jason McIntosh2020-04-281-1/+1
* Typo and whitespaces fixes and suchJason McIntosh2020-04-281-10/+10
* Clarifying that the PerlIO technical node applies only to older Perl.Jason McIntosh2020-04-281-4/+5
* Updating the cross-references to perlfunc/open so that it aims at the new fir...Jason McIntosh2020-04-281-25/+25
* Making several revisions to the `open` section of perlfunc.pod, primarily (bu...Jason McIntosh2020-04-281-160/+265
* perlvar - expand and link to ${^OPEN} documentationDan Book2020-04-191-2/+3
* perlfunc - explicitly describe relationship between sysopen, sysread, syswrit...Dan Book2020-03-231-6/+26
* perlfunc: Note that z modifier works on signedKarl Williamson2020-03-011-2/+2
* perlfunc: link to "Plain Old Comments" section of perlsyn from __FILE__, __LI...Dan Book2019-12-181-0/+8
* Mention that you cannot return from do BLOCKDan Book2019-12-181-2/+2
* Link to more useful section of perlop from readpipeDan Book2019-11-071-1/+1
* Link directly to the right perlrun section everywhere in perlfuncDagfinn Ilmari Mannsåker2019-10-231-7/+8
* Link directly to the -M section of perlrun from perlfunc/useDagfinn Ilmari Mannsåker2019-10-231-3/+4
* Unicode.org is https, except for http://cldr.unicode.orgMax Maischein2019-10-111-3/+3
* Recommend chdir after chroot more stronglyAndrew Hewus Fresh2019-07-291-2/+3
* update 'say' docs to better represent realityDan Book2019-07-201-2/+2
* Use of strings with code points over 0xFF as arguments to "vec"James E Keenan2019-05-301-4/+2
* perlfunc: ClarifyKarl Williamson2019-04-121-2/+2
* (perl #133751) qr// is already blessedTony Cook2019-01-221-1/+3