summaryrefslogtreecommitdiff
path: root/pod/perlcheat.pod
Commit message (Collapse)AuthorAgeFilesLines
* Perl 6 -> Raku where appropriateH.Merijn Brand2020-05-301-2/+2
|
* Move more URLs from http:// to https://Max Maischein2019-10-111-3/+3
|
* Add /xx regex pattern modifierKarl Williamson2017-01-131-1/+1
| | | | | This was first proposed in the thread starting at http://www.nntp.perl.org/group/perl.perl5.porters/2014/09/msg219394.html
* Add qr/\b{gcb}/Karl Williamson2015-02-191-1/+1
| | | | | | | | | | | A function implements seeing if the space between any two characters is a grapheme cluster break. Afer I wrote this, I realized that an array lookup might be a better implementation, but the deadline for v5.22 was too close to change it. I did see that my gcc optimized it down to an array lookup. This makes the implementation of \X go from being complicated to trivial.
* [perl #113684] Document actual prec of loop exitsFather Chrysostomos2012-07-271-1/+1
| | | | | | | | | | | | These have always* had assignment precedence, such that $a = goto $b = $c is equivalent to $a = (goto ($b = $c)) * I haven’t checked before perl 5.
* reorganize perlcheatH.Merijn Brand2012-06-111-35/+36
| | | | | add FALSE/TRUE, \K, better named capture, remove links section, unindent DEBUG
* Update PerlCheat to 5.14H.Merijn Brand2011-06-141-58/+60
|
* [perl #83788] Make a list a list, and add L<> around URLs.Michael Stevens2011-02-091-3/+15
|
* Add ~~ and // to perlcheat.podFrank Wiegand2009-08-281-2/+2
|
* [patch] :utf8 updatesJuerd Waalboer2007-11-231-1/+1
| | | | | Message-ID: <20071117190300.GY10696@c4.convolution.nl> p4raw-id: //depot/perl@32461
* Found by Juerd, don't document that \w, \s and \d don't includeRafael Garcia-Suarez2007-11-061-3/+3
| | | | | all Unicode matching characters p4raw-id: //depot/perl@32230
* Re: Small addition to perlcheat.podSpiros Denaxas2007-07-101-13/+13
| | | | | | From: "Spiros Denaxas" <spiros@lokku.com> Message-ID: <bba689ec0707090914vc018f1cj2a45add2d7630c8f@mail.gmail.com> p4raw-id: //depot/perl@31580
* perlcheatJuerd2003-08-121-0/+93
Message-Id: <20030811182434.GI17748@c3.convolution.nl> p4raw-id: //depot/perl@20652